#2B1702

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

Shades of Cocoa Brown #2B1702

Tints of Cocoa Brown #2B1702

Color information

#2B1702 (or 0x2B1702) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 17 and 02. RGB value is (43,23,2). Sum of RGB (Red+Green+Blue) = 43+23+2=68 (9% of max value = 765). Red value is 43 (17.19% from 255 or 63.24% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1702 is #D4E8FD. Grayscale: #1A1A1A. Windows color (decimal): -13953278 or 137003. OLE color: 137003.

HSL color Cylindrical-coordinate representation of color #2B1702: hue angle of 30.73º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B1702 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.83.

Color convert

RGB43232-
CMYK00.470.950.83
HSL30.73º91.11%8.82%-
HSV(B)30.73º95.35%16.86%-
XYZ1.311.130.21-
YUV26.59114.13139.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 63.24%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=63.24%
G=33.82%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4323200.470.950.8330.7391.118.82
Hex2B17202F5F531f5b9
Octal532720571371233713311
Binary10101110111100101111101111110100111111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1702; }

 p { color: rgb(43,23,2); }

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

<style>
 a { background-color: #2B1702; }

 a { background-color: rgb(43,23,2); }

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

<style>
 span { border-color: #2B1702; }

 span { border-color: rgb(43,23,2); }

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