#34271A

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

Shades of Cocoa Brown #34271A

Tints of Cocoa Brown #34271A

Color information

#34271A (or 0x34271A) is unknown color: approx Cocoa Brown. HEX triplet: 34, 27 and 1A. RGB value is (52,39,26). Sum of RGB (Red+Green+Blue) = 52+39+26=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34271A is #CBD8E5. Grayscale: #292929. Windows color (decimal): -13359334 or 1713972. OLE color: 1713972.

HSL color Cylindrical-coordinate representation of color #34271A: hue angle of 30º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34271A is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB523926-
CMYK00.250.500.80
HSL30º33.33%15.29%-
HSV(B)30º50%20.39%-
XYZ2.332.261.29-
YUV41.4119.31135.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52392600.250.500.803033.3315.29
Hex34271A01932501e21f
Octal64473203162120364117
Binary110100100111110100110011100101010000111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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