Html Css Color HEX #35210B Cocoa Brown

📋 copy color: '#35210B'

red 53 ◦ green 33 ◦ blue 11

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

Shades of Cocoa Brown #35210B

Tints of Cocoa Brown #35210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.02%

 BLUE value IS 11 (4.69% from 255) = 11.34%

R = 54.64%
G = 34.02%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#35210B (or 0x35210B) is known color: Cocoa Brown. HEX triplet: 35, 21 and 0B. RGB value is (53,33,11). Sum of RGB (Red+Green+Blue) = 53+33+11=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35210B is #CADEF4. Grayscale: #242424. Windows color (decimal): -13295349 or 729397. OLE color: 729397.

HSL color Cylindrical-coordinate representation of color #35210B: hue angle of 31.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35210B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 11 -
CMYK 0 0.38 0.79 0.79
HSL 31.43º 0.66% 0.13% -
HSV(B) 31.43º 0.79% 0.21% -
XYZ 2.07 1.87 0.57 -
YUV 36.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 53 33 11 0 0.38 0.79 0.79 31.43 0.66 0.13
Hex 35 21 B 0 26 4F 4F 1F 42 D
Octal 65 41 13 0 46 117 117 37 102 15
Binary 110101 100001 1011 0 100110 1001111 1001111 11111 1000010 1101

Color Harmonies of #35210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35210B

Black with #35210B

Text Example


Text Example

White with #35210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35210B; }

 p { color: rgb(53,33,11); }

 H1.HeaderClassName
 {
   color: #35210B;
 }
 .AnyTagClassName
 {
   color: #35210B;
 }
</style>

background-color css

<style>
 a { background-color: #35210B; }

 a { background-color: rgb(53,33,11); }

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

border-color css

<style>
 span { border-color: #35210B; }

 span { border-color: rgb(53,33,11); }

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