Html Css Color HEX #35281D Cocoa Brown

📋 copy color: '#35281D'

red 53 ◦ green 40 ◦ blue 29

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

Shades of Cocoa Brown #35281D

Tints of Cocoa Brown #35281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.79%

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 43.44%
G = 32.79%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#35281D (or 0x35281D) is known color: Cocoa Brown. HEX triplet: 35, 28 and 1D. RGB value is (53,40,29). Sum of RGB (Red+Green+Blue) = 53+40+29=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35281D is #CAD7E2. Grayscale: #2A2A2A. Windows color (decimal): -13293539 or 1910837. OLE color: 1910837.

HSL color Cylindrical-coordinate representation of color #35281D: hue angle of 27.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35281D is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 40 29 -
CMYK 0 0.25 0.45 0.79
HSL 27.5º 0.29% 0.16% -
HSV(B) 27.5º 0.45% 0.21% -
XYZ 2.45 2.36 1.49 -
YUV 42.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 53 40 29 0 0.25 0.45 0.79 27.5 0.29 0.16
Hex 35 28 1D 0 19 2D 4F 1C 1D 10
Octal 65 50 35 0 31 55 117 34 35 20
Binary 110101 101000 11101 0 11001 101101 1001111 11100 11101 10000

Color Harmonies of #35281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35281D

Black with #35281D

Text Example


Text Example

White with #35281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35281D; }

 p { color: rgb(53,40,29); }

 H1.HeaderClassName
 {
   color: #35281D;
 }
 .AnyTagClassName
 {
   color: #35281D;
 }
</style>

background-color css

<style>
 a { background-color: #35281D; }

 a { background-color: rgb(53,40,29); }

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

border-color css

<style>
 span { border-color: #35281D; }

 span { border-color: rgb(53,40,29); }

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