Html Css Color HEX #35261C Cocoa Brown

📋 copy color: '#35261C'

red 53 ◦ green 38 ◦ blue 28

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

Shades of Cocoa Brown #35261C

Tints of Cocoa Brown #35261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.93%

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

R = 44.54%
G = 31.93%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35261C (or 0x35261C) is known color: Cocoa Brown. HEX triplet: 35, 26 and 1C. RGB value is (53,38,28). Sum of RGB (Red+Green+Blue) = 53+38+28=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35261C is #CAD9E3. Grayscale: #292929. Windows color (decimal): -13294052 or 1844789. OLE color: 1844789.

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

Color convert

RGB 53 38 28 -
CMYK 0 0.28 0.47 0.79
HSL 24º 0.31% 0.16% -
HSV(B) 24º 0.47% 0.21% -
XYZ 2.37 2.23 1.4 -
YUV 41.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 53 38 28 0 0.28 0.47 0.79 24 0.31 0.16
Hex 35 26 1C 0 1C 2F 4F 18 1F 10
Octal 65 46 34 0 34 57 117 30 37 20
Binary 110101 100110 11100 0 11100 101111 1001111 11000 11111 10000

Color Harmonies of #35261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35261C

Black with #35261C

Text Example


Text Example

White with #35261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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