Html Css Color HEX #341E02 Cocoa Brown

📋 copy color: '#341E02'

red 52 ◦ green 30 ◦ blue 2

#341E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #341E02

Tints of Cocoa Brown #341E02

RGB

 RED value IS 52 (20.7% from 255) = 61.9%

 GREEN value IS 30 (12.11% from 255) = 35.71%

 BLUE value IS 2 (1.17% from 255) = 2.38%

R = 61.9%
G = 35.71%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#341E02 (or 0x341E02) is known color: Cocoa Brown. HEX triplet: 34, 1E and 02. RGB value is (52,30,2). Sum of RGB (Red+Green+Blue) = 52+30+2=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E02 is #CBE1FD. Grayscale: #212121. Windows color (decimal): -13361662 or 138804. OLE color: 138804.

HSL color Cylindrical-coordinate representation of color #341E02: hue angle of 33.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #341E02 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 30 2 -
CMYK 0 0.42 0.96 0.80
HSL 33.6º 0.93% 0.11% -
HSV(B) 33.6º 0.96% 0.2% -
XYZ 1.89 1.66 0.28 -
YUV 33.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 52 30 2 0 0.42 0.96 0.80 33.6 0.93 0.11
Hex 34 1E 2 0 2A 60 50 22 5D B
Octal 64 36 2 0 52 140 120 42 135 13
Binary 110100 11110 10 0 101010 1100000 1010000 100010 1011101 1011

Color Harmonies of #341E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E02

Black with #341E02

Text Example


Text Example

White with #341E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341E02; }

 p { color: rgb(52,30,2); }

 H1.HeaderClassName
 {
   color: #341E02;
 }
 .AnyTagClassName
 {
   color: #341E02;
 }
</style>

background-color css

<style>
 a { background-color: #341E02; }

 a { background-color: rgb(52,30,2); }

 div.DivClassName
 {
   background-color: #341E02;
 }
 .BgClassName
 {
   background-color: #341E02;
 }
</style>

border-color css

<style>
 span { border-color: #341E02; }

 span { border-color: rgb(52,30,2); }

 td.TdClassName
 {
   border-color: #341E02;
 }
 .TagClassName
 {
   border-color: #341E02;
 }
</style>