Html Css Color HEX #35271D Cocoa Brown

📋 copy color: '#35271D'

red 53 ◦ green 39 ◦ blue 29

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

Shades of Cocoa Brown #35271D

Tints of Cocoa Brown #35271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

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

R = 43.8%
G = 32.23%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#35271D (or 0x35271D) is known color: Cocoa Brown. HEX triplet: 35, 27 and 1D. RGB value is (53,39,29). Sum of RGB (Red+Green+Blue) = 53+39+29=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35271D is #CAD8E2. Grayscale: #2A2A2A. Windows color (decimal): -13293795 or 1910581. OLE color: 1910581.

HSL color Cylindrical-coordinate representation of color #35271D: hue angle of 25º 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 #35271D is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 29 -
CMYK 0 0.26 0.45 0.79
HSL 25º 0.29% 0.16% -
HSV(B) 25º 0.45% 0.21% -
XYZ 2.42 2.3 1.48 -
YUV 42.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 53 39 29 0 0.26 0.45 0.79 25 0.29 0.16
Hex 35 27 1D 0 1A 2D 4F 19 1D 10
Octal 65 47 35 0 32 55 117 31 35 20
Binary 110101 100111 11101 0 11010 101101 1001111 11001 11101 10000

Color Harmonies of #35271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35271D

Black with #35271D

Text Example


Text Example

White with #35271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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