Html Css Color HEX #35200B Cocoa Brown

📋 copy color: '#35200B'

red 53 ◦ green 32 ◦ blue 11

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

Shades of Cocoa Brown #35200B

Tints of Cocoa Brown #35200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.33%

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

R = 55.21%
G = 33.33%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#35200B (or 0x35200B) is known color: Cocoa Brown. HEX triplet: 35, 20 and 0B. RGB value is (53,32,11). Sum of RGB (Red+Green+Blue) = 53+32+11=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #35200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35200B is #CADFF4. Grayscale: #232323. Windows color (decimal): -13295605 or 729141. OLE color: 729141.

HSL color Cylindrical-coordinate representation of color #35200B: hue angle of 30º 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 #35200B is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 11 -
CMYK 0 0.40 0.79 0.79
HSL 30º 0.66% 0.13% -
HSV(B) 30º 0.79% 0.21% -
XYZ 2.05 1.81 0.56 -
YUV 35.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 53 32 11 0 0.40 0.79 0.79 30 0.66 0.13
Hex 35 20 B 0 28 4F 4F 1E 42 D
Octal 65 40 13 0 50 117 117 36 102 15
Binary 110101 100000 1011 0 101000 1001111 1001111 11110 1000010 1101

Color Harmonies of #35200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35200B

Black with #35200B

Text Example


Text Example

White with #35200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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