Html Css Color HEX #35291E Cocoa Brown

📋 copy color: '#35291E'

red 53 ◦ green 41 ◦ blue 30

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

Shades of Cocoa Brown #35291E

Tints of Cocoa Brown #35291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 42.74%
G = 33.06%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#35291E (or 0x35291E) is known color: Cocoa Brown. HEX triplet: 35, 29 and 1E. RGB value is (53,41,30). Sum of RGB (Red+Green+Blue) = 53+41+30=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #35291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35291E is #CAD6E1. Grayscale: #2B2B2B. Windows color (decimal): -13293282 or 1976629. OLE color: 1976629.

HSL color Cylindrical-coordinate representation of color #35291E: hue angle of 28.7º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35291E is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 41 30 -
CMYK 0 0.23 0.43 0.79
HSL 28.7º 0.28% 0.16% -
HSV(B) 28.7º 0.43% 0.21% -
XYZ 2.5 2.44 1.57 -
YUV 43.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 53 41 30 0 0.23 0.43 0.79 28.7 0.28 0.16
Hex 35 29 1E 0 17 2B 4F 1D 1C 10
Octal 65 51 36 0 27 53 117 35 34 20
Binary 110101 101001 11110 0 10111 101011 1001111 11101 11100 10000

Color Harmonies of #35291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35291E

Black with #35291E

Text Example


Text Example

White with #35291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35291E; }

 p { color: rgb(53,41,30); }

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

background-color css

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

 a { background-color: rgb(53,41,30); }

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

border-color css

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

 span { border-color: rgb(53,41,30); }

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