Html Css Color HEX #35240B Cocoa Brown

📋 copy color: '#35240B'

red 53 ◦ green 36 ◦ blue 11

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

Shades of Cocoa Brown #35240B

Tints of Cocoa Brown #35240B

RGB

 RED value IS 53 (21.09% from 255) = 53%

 GREEN value IS 36 (14.45% from 255) = 36%

 BLUE value IS 11 (4.69% from 255) = 11%

R = 53%
G = 36%
B = 11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#35240B (or 0x35240B) is known color: Cocoa Brown. HEX triplet: 35, 24 and 0B. RGB value is (53,36,11). Sum of RGB (Red+Green+Blue) = 53+36+11=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35240B is #CADBF4. Grayscale: #262626. Windows color (decimal): -13294581 or 730165. OLE color: 730165.

HSL color Cylindrical-coordinate representation of color #35240B: hue angle of 35.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35240B is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 11 -
CMYK 0 0.32 0.79 0.79
HSL 35.71º 0.66% 0.13% -
HSV(B) 35.71º 0.79% 0.21% -
XYZ 2.16 2.04 0.6 -
YUV 38.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 53 36 11 0 0.32 0.79 0.79 35.71 0.66 0.13
Hex 35 24 B 0 20 4F 4F 24 42 D
Octal 65 44 13 0 40 117 117 44 102 15
Binary 110101 100100 1011 0 100000 1001111 1001111 100100 1000010 1101

Color Harmonies of #35240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35240B

Black with #35240B

Text Example


Text Example

White with #35240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35240B; }

 p { color: rgb(53,36,11); }

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

background-color css

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

 a { background-color: rgb(53,36,11); }

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

border-color css

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

 span { border-color: rgb(53,36,11); }

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