Html Css Color HEX #35291C Cocoa Brown

📋 copy color: '#35291C'

red 53 ◦ green 41 ◦ blue 28

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

Shades of Cocoa Brown #35291C

Tints of Cocoa Brown #35291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 43.44%
G = 33.61%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35291C (or 0x35291C) is known color: Cocoa Brown. HEX triplet: 35, 29 and 1C. RGB value is (53,41,28). Sum of RGB (Red+Green+Blue) = 53+41+28=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35291C is #CAD6E3. Grayscale: #2B2B2B. Windows color (decimal): -13293284 or 1845557. OLE color: 1845557.

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

Color convert

RGB 53 41 28 -
CMYK 0 0.23 0.47 0.79
HSL 31.2º 0.31% 0.16% -
HSV(B) 31.2º 0.47% 0.21% -
XYZ 2.47 2.43 1.44 -
YUV 43.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 53 41 28 0 0.23 0.47 0.79 31.2 0.31 0.16
Hex 35 29 1C 0 17 2F 4F 1F 1F 10
Octal 65 51 34 0 27 57 117 37 37 20
Binary 110101 101001 11100 0 10111 101111 1001111 11111 11111 10000

Color Harmonies of #35291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35291C

Black with #35291C

Text Example


Text Example

White with #35291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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