Html Css Color HEX #35241A Cocoa Brown

📋 copy color: '#35241A'

red 53 ◦ green 36 ◦ blue 26

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

Shades of Cocoa Brown #35241A

Tints of Cocoa Brown #35241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

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

R = 46.09%
G = 31.3%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35241A (or 0x35241A) is known color: Cocoa Brown. HEX triplet: 35, 24 and 1A. RGB value is (53,36,26). Sum of RGB (Red+Green+Blue) = 53+36+26=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35241A is #CADBE5. Grayscale: #282828. Windows color (decimal): -13294566 or 1713205. OLE color: 1713205.

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

Color convert

RGB 53 36 26 -
CMYK 0 0.32 0.51 0.79
HSL 22.22º 0.34% 0.15% -
HSV(B) 22.22º 0.51% 0.21% -
XYZ 2.29 2.09 1.26 -
YUV 39.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 53 36 26 0 0.32 0.51 0.79 22.22 0.34 0.15
Hex 35 24 1A 0 20 33 4F 16 22 F
Octal 65 44 32 0 40 63 117 26 42 17
Binary 110101 100100 11010 0 100000 110011 1001111 10110 100010 1111

Color Harmonies of #35241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35241A

Black with #35241A

Text Example


Text Example

White with #35241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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