Html Css Color HEX #341E06 Cocoa Brown

📋 copy color: '#341E06'

red 52 ◦ green 30 ◦ blue 6

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

Shades of Cocoa Brown #341E06

Tints of Cocoa Brown #341E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.82%

R = 59.09%
G = 34.09%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#341E06 (or 0x341E06) is known color: Cocoa Brown. HEX triplet: 34, 1E and 06. RGB value is (52,30,6). Sum of RGB (Red+Green+Blue) = 52+30+6=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E06 is #CBE1F9. Grayscale: #212121. Windows color (decimal): -13361658 or 400948. OLE color: 400948.

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

Color convert

RGB 52 30 6 -
CMYK 0 0.42 0.88 0.80
HSL 31.3º 0.79% 0.11% -
HSV(B) 31.3º 0.88% 0.2% -
XYZ 1.91 1.67 0.39 -
YUV 33.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 52 30 6 0 0.42 0.88 0.80 31.3 0.79 0.11
Hex 34 1E 6 0 2A 58 50 1F 4F B
Octal 64 36 6 0 52 130 120 37 117 13
Binary 110100 11110 110 0 101010 1011000 1010000 11111 1001111 1011

Color Harmonies of #341E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E06

Black with #341E06

Text Example


Text Example

White with #341E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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