#34261D

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

Shades of Cocoa Brown #34261D

Tints of Cocoa Brown #34261D

Color information

#34261D (or 0x34261D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 26 and 1D. RGB value is (52,38,29). Sum of RGB (Red+Green+Blue) = 52+38+29=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34261D is #CBD9E2. Grayscale: #292929. Windows color (decimal): -13359587 or 1910324. OLE color: 1910324.

HSL color Cylindrical-coordinate representation of color #34261D: hue angle of 23.48º 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 #34261D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB523829-
CMYK00.270.440.80
HSL23.48º28.4%15.88%-
HSV(B)23.48º44.23%20.39%-
XYZ2.332.21.47-
YUV41.16121.14135.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=43.70%
G=31.93%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52382900.270.440.8023.4828.415.88
Hex34261D01B2C50171c10
Octal64463503354120273420
Binary110100100110111010110111011001010000101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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