#34251B

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

Shades of Cocoa Brown #34251B

Tints of Cocoa Brown #34251B

Color information

#34251B (or 0x34251B) is unknown color: approx Cocoa Brown. HEX triplet: 34, 25 and 1B. RGB value is (52,37,27). Sum of RGB (Red+Green+Blue) = 52+37+27=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34251B is #CBDAE4. Grayscale: #282828. Windows color (decimal): -13359845 or 1778996. OLE color: 1778996.

HSL color Cylindrical-coordinate representation of color #34251B: hue angle of 24º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34251B is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB523727-
CMYK00.290.480.80
HSL24º31.65%15.49%-
HSV(B)24º48.08%20.39%-
XYZ2.282.131.33-
YUV40.34120.47136.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=44.83%
G=31.90%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52372700.290.480.802431.6515.49
Hex34251B01D30501820f
Octal64453303560120304017
Binary110100100101110110111011100001010000110001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34251B; }

 p { color: rgb(52,37,27); }

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

<style>
 a { background-color: #34251B; }

 a { background-color: rgb(52,37,27); }

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

<style>
 span { border-color: #34251B; }

 span { border-color: rgb(52,37,27); }

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