Html Css Color HEX #342309 Cocoa Brown

📋 copy color: '#342309'

red 52 ◦ green 35 ◦ blue 9

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

Shades of Cocoa Brown #342309

Tints of Cocoa Brown #342309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.46%

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

R = 54.17%
G = 36.46%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#342309 (or 0x342309) is known color: Cocoa Brown. HEX triplet: 34, 23 and 09. RGB value is (52,35,9). Sum of RGB (Red+Green+Blue) = 52+35+9=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #342309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342309 is #CBDCF6. Grayscale: #252525. Windows color (decimal): -13360375 or 598836. OLE color: 598836.

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

Color convert

RGB 52 35 9 -
CMYK 0 0.33 0.83 0.80
HSL 36.28º 0.7% 0.12% -
HSV(B) 36.28º 0.83% 0.2% -
XYZ 2.07 1.95 0.53 -
YUV 37.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 52 35 9 0 0.33 0.83 0.80 36.28 0.7 0.12
Hex 34 23 9 0 21 53 50 24 46 C
Octal 64 43 11 0 41 123 120 44 106 14
Binary 110100 100011 1001 0 100001 1010011 1010000 100100 1000110 1100

Color Harmonies of #342309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342309

Black with #342309

Text Example


Text Example

White with #342309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342309; }

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

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

background-color css

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

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

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

border-color css

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

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

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