#34271F

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

Shades of Cocoa Brown #34271F

Tints of Cocoa Brown #34271F

Color information

#34271F (or 0x34271F) is unknown color: approx Cocoa Brown. HEX triplet: 34, 27 and 1F. RGB value is (52,39,31). Sum of RGB (Red+Green+Blue) = 52+39+31=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #34271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34271F is #CBD8E0. Grayscale: #2A2A2A. Windows color (decimal): -13359329 or 2041652. OLE color: 2041652.

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

Color convert

RGB523931-
CMYK00.250.400.80
HSL22.86º25.3%16.27%-
HSV(B)22.86º40.38%20.39%-
XYZ2.392.281.61-
YUV41.97121.81135.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=42.62%
G=31.97%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52393100.250.400.8022.8625.316.27
Hex34271F0192850171910
Octal64473703150120273120
Binary110100100111111110110011010001010000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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