Html Css Color HEX #341C09 Cocoa Brown

📋 copy color: '#341C09'

red 52 ◦ green 28 ◦ blue 9

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

Shades of Cocoa Brown #341C09

Tints of Cocoa Brown #341C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.46%

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

R = 58.43%
G = 31.46%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341C09 (or 0x341C09) is known color: Cocoa Brown. HEX triplet: 34, 1C and 09. RGB value is (52,28,9). Sum of RGB (Red+Green+Blue) = 52+28+9=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C09 is #CBE3F6. Grayscale: #212121. Windows color (decimal): -13362167 or 597044. OLE color: 597044.

HSL color Cylindrical-coordinate representation of color #341C09: hue angle of 26.51º 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 #341C09 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 28 9 -
CMYK 0 0.46 0.83 0.80
HSL 26.51º 0.7% 0.12% -
HSV(B) 26.51º 0.83% 0.2% -
XYZ 1.88 1.58 0.46 -
YUV 33.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 52 28 9 0 0.46 0.83 0.80 26.51 0.7 0.12
Hex 34 1C 9 0 2E 53 50 1B 46 C
Octal 64 34 11 0 56 123 120 33 106 14
Binary 110100 11100 1001 0 101110 1010011 1010000 11011 1000110 1100

Color Harmonies of #341C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C09

Black with #341C09

Text Example


Text Example

White with #341C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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