Html Css Color HEX #341F09 Cocoa Brown

📋 copy color: '#341F09'

red 52 ◦ green 31 ◦ blue 9

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

Shades of Cocoa Brown #341F09

Tints of Cocoa Brown #341F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 33.7%

 BLUE value IS 9 (3.91% from 255) = 9.78%

R = 56.52%
G = 33.7%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341F09 (or 0x341F09) is known color: Cocoa Brown. HEX triplet: 34, 1F and 09. RGB value is (52,31,9). Sum of RGB (Red+Green+Blue) = 52+31+9=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F09 is #CBE0F6. Grayscale: #222222. Windows color (decimal): -13361399 or 597812. OLE color: 597812.

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

Color convert

RGB 52 31 9 -
CMYK 0 0.40 0.83 0.80
HSL 30.7º 0.7% 0.12% -
HSV(B) 30.7º 0.83% 0.2% -
XYZ 1.96 1.73 0.49 -
YUV 34.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 52 31 9 0 0.40 0.83 0.80 30.7 0.7 0.12
Hex 34 1F 9 0 28 53 50 1F 46 C
Octal 64 37 11 0 50 123 120 37 106 14
Binary 110100 11111 1001 0 101000 1010011 1010000 11111 1000110 1100

Color Harmonies of #341F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F09

Black with #341F09

Text Example


Text Example

White with #341F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,31,9); }

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

background-color css

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

 a { background-color: rgb(52,31,9); }

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

border-color css

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

 span { border-color: rgb(52,31,9); }

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