Html Css Color HEX #35271C Cocoa Brown

📋 copy color: '#35271C'

red 53 ◦ green 39 ◦ blue 28

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

Shades of Cocoa Brown #35271C

Tints of Cocoa Brown #35271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.5%

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

R = 44.17%
G = 32.5%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35271C (or 0x35271C) is known color: Cocoa Brown. HEX triplet: 35, 27 and 1C. RGB value is (53,39,28). Sum of RGB (Red+Green+Blue) = 53+39+28=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35271C is #CAD8E3. Grayscale: #292929. Windows color (decimal): -13293796 or 1845045. OLE color: 1845045.

HSL color Cylindrical-coordinate representation of color #35271C: hue angle of 26.4º 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 #35271C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 28 -
CMYK 0 0.26 0.47 0.79
HSL 26.4º 0.31% 0.16% -
HSV(B) 26.4º 0.47% 0.21% -
XYZ 2.4 2.29 1.41 -
YUV 41.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 53 39 28 0 0.26 0.47 0.79 26.4 0.31 0.16
Hex 35 27 1C 0 1A 2F 4F 1A 1F 10
Octal 65 47 34 0 32 57 117 32 37 20
Binary 110101 100111 11100 0 11010 101111 1001111 11010 11111 10000

Color Harmonies of #35271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35271C

Black with #35271C

Text Example


Text Example

White with #35271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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