Html Css Color HEX #35240F Cocoa Brown

📋 copy color: '#35240F'

red 53 ◦ green 36 ◦ blue 15

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

Shades of Cocoa Brown #35240F

Tints of Cocoa Brown #35240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 50.96%
G = 34.62%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35240F (or 0x35240F) is known color: Cocoa Brown. HEX triplet: 35, 24 and 0F. RGB value is (53,36,15). Sum of RGB (Red+Green+Blue) = 53+36+15=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35240F is #CADBF0. Grayscale: #262626. Windows color (decimal): -13294577 or 992309. OLE color: 992309.

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

Color convert

RGB 53 36 15 -
CMYK 0 0.32 0.72 0.79
HSL 33.16º 0.56% 0.13% -
HSV(B) 33.16º 0.72% 0.21% -
XYZ 2.19 2.05 0.73 -
YUV 38.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 53 36 15 0 0.32 0.72 0.79 33.16 0.56 0.13
Hex 35 24 F 0 20 48 4F 21 38 D
Octal 65 44 17 0 40 110 117 41 70 15
Binary 110101 100100 1111 0 100000 1001000 1001111 100001 111000 1101

Color Harmonies of #35240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35240F

Black with #35240F

Text Example


Text Example

White with #35240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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