Html Css Color HEX #35251A Cocoa Brown

📋 copy color: '#35251A'

red 53 ◦ green 37 ◦ blue 26

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

Shades of Cocoa Brown #35251A

Tints of Cocoa Brown #35251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.9%

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

R = 45.69%
G = 31.9%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35251A (or 0x35251A) is known color: Cocoa Brown. HEX triplet: 35, 25 and 1A. RGB value is (53,37,26). Sum of RGB (Red+Green+Blue) = 53+37+26=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251A is #CADAE5. Grayscale: #282828. Windows color (decimal): -13294310 or 1713461. OLE color: 1713461.

HSL color Cylindrical-coordinate representation of color #35251A: hue angle of 24.44º 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 #35251A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 26 -
CMYK 0 0.30 0.51 0.79
HSL 24.44º 0.34% 0.15% -
HSV(B) 24.44º 0.51% 0.21% -
XYZ 2.32 2.15 1.27 -
YUV 40.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 53 37 26 0 0.30 0.51 0.79 24.44 0.34 0.15
Hex 35 25 1A 0 1E 33 4F 18 22 F
Octal 65 45 32 0 36 63 117 30 42 17
Binary 110101 100101 11010 0 11110 110011 1001111 11000 100010 1111

Color Harmonies of #35251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35251A

Black with #35251A

Text Example


Text Example

White with #35251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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