Html Css Color HEX #341D08 Cocoa Brown

📋 copy color: '#341D08'

red 52 ◦ green 29 ◦ blue 8

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

Shades of Cocoa Brown #341D08

Tints of Cocoa Brown #341D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 32.58%

 BLUE value IS 8 (3.52% from 255) = 8.99%

R = 58.43%
G = 32.58%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#341D08 (or 0x341D08) is known color: Cocoa Brown. HEX triplet: 34, 1D and 08. RGB value is (52,29,8). Sum of RGB (Red+Green+Blue) = 52+29+8=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D08 is #CBE2F7. Grayscale: #212121. Windows color (decimal): -13361912 or 531764. OLE color: 531764.

HSL color Cylindrical-coordinate representation of color #341D08: hue angle of 28.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341D08 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 29 8 -
CMYK 0 0.44 0.85 0.80
HSL 28.64º 0.73% 0.12% -
HSV(B) 28.64º 0.85% 0.2% -
XYZ 1.9 1.63 0.44 -
YUV 33.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 52 29 8 0 0.44 0.85 0.80 28.64 0.73 0.12
Hex 34 1D 8 0 2C 55 50 1D 49 C
Octal 64 35 10 0 54 125 120 35 111 14
Binary 110100 11101 1000 0 101100 1010101 1010000 11101 1001001 1100

Color Harmonies of #341D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D08

Black with #341D08

Text Example


Text Example

White with #341D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,8); }

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

background-color css

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

 a { background-color: rgb(52,29,8); }

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

border-color css

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

 span { border-color: rgb(52,29,8); }

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