#34271D

Color #34271D Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #34271D

Tints of Cocoa Brown #34271D

Color information

#34271D (or 0x34271D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 27 and 1D. RGB value is (52,39,29). Sum of RGB (Red+Green+Blue) = 52+39+29=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34271D is #CBD8E2. Grayscale: #292929. Windows color (decimal): -13359331 or 1910580. OLE color: 1910580.

HSL color Cylindrical-coordinate representation of color #34271D: hue angle of 26.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34271D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB523929-
CMYK00.250.440.80
HSL26.09º28.4%15.88%-
HSV(B)26.09º44.23%20.39%-
XYZ2.362.271.48-
YUV41.75120.81135.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=43.33%
G=32.5%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52392900.250.440.8026.0928.415.88
Hex34271D0192C501a1c10
Octal64473503154120323420
Binary110100100111111010110011011001010000110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34271D;
 }
 .AnyTagClassName
 {
   color: #34271D;
 }
</style>
background-color css

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

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

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

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

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

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