Html Css Color HEX #35271A Cocoa Brown

📋 copy color: '#35271A'

red 53 ◦ green 39 ◦ blue 26

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

Shades of Cocoa Brown #35271A

Tints of Cocoa Brown #35271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.03%

R = 44.92%
G = 33.05%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35271A (or 0x35271A) is known color: Cocoa Brown. HEX triplet: 35, 27 and 1A. RGB value is (53,39,26). Sum of RGB (Red+Green+Blue) = 53+39+26=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35271A is #CAD8E5. Grayscale: #292929. Windows color (decimal): -13293798 or 1713973. OLE color: 1713973.

HSL color Cylindrical-coordinate representation of color #35271A: hue angle of 28.89º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35271A is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 26 -
CMYK 0 0.26 0.51 0.79
HSL 28.89º 0.34% 0.15% -
HSV(B) 28.89º 0.51% 0.21% -
XYZ 2.38 2.28 1.29 -
YUV 41.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 53 39 26 0 0.26 0.51 0.79 28.89 0.34 0.15
Hex 35 27 1A 0 1A 33 4F 1D 22 F
Octal 65 47 32 0 32 63 117 35 42 17
Binary 110101 100111 11010 0 11010 110011 1001111 11101 100010 1111

Color Harmonies of #35271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35271A

Black with #35271A

Text Example


Text Example

White with #35271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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