#34241A

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

Shades of Cocoa Brown #34241A

Tints of Cocoa Brown #34241A

Color information

#34241A (or 0x34241A) is unknown color: approx Cocoa Brown. HEX triplet: 34, 24 and 1A. RGB value is (52,36,26). Sum of RGB (Red+Green+Blue) = 52+36+26=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #34241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34241A is #CBDBE5. Grayscale: #272727. Windows color (decimal): -13360102 or 1713204. OLE color: 1713204.

HSL color Cylindrical-coordinate representation of color #34241A: hue angle of 23.08º 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 #34241A is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB523626-
CMYK00.310.500.80
HSL23.08º33.33%15.29%-
HSV(B)23.08º50%20.39%-
XYZ2.232.071.26-
YUV39.64120.3136.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=45.61%
G=31.58%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52362600.310.500.8023.0833.3315.29
Hex34241A01F32501721f
Octal64443203762120274117
Binary110100100100110100111111100101010000101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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