Html Css Color HEX #35251C Cocoa Brown

📋 copy color: '#35251C'

red 53 ◦ green 37 ◦ blue 28

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

Shades of Cocoa Brown #35251C

Tints of Cocoa Brown #35251C

RGB

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

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

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

R = 44.92%
G = 31.36%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35251C (or 0x35251C) is known color: Cocoa Brown. HEX triplet: 35, 25 and 1C. RGB value is (53,37,28). Sum of RGB (Red+Green+Blue) = 53+37+28=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35251C is #CADAE3. Grayscale: #282828. Windows color (decimal): -13294308 or 1844533. OLE color: 1844533.

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

Color convert

RGB 53 37 28 -
CMYK 0 0.30 0.47 0.79
HSL 21.6º 0.31% 0.16% -
HSV(B) 21.6º 0.47% 0.21% -
XYZ 2.34 2.16 1.39 -
YUV 40.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 53 37 28 0 0.30 0.47 0.79 21.6 0.31 0.16
Hex 35 25 1C 0 1E 2F 4F 16 1F 10
Octal 65 45 34 0 36 57 117 26 37 20
Binary 110101 100101 11100 0 11110 101111 1001111 10110 11111 10000

Color Harmonies of #35251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35251C

Black with #35251C

Text Example


Text Example

White with #35251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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