#422703

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

Shades of Cocoa Brown #422703

Tints of Cocoa Brown #422703

Color information

#422703 (or 0x422703) is unknown color: approx Cocoa Brown. HEX triplet: 42, 27 and 03. RGB value is (66,39,3). Sum of RGB (Red+Green+Blue) = 66+39+3=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422703 is #BDD8FC. Grayscale: #2B2B2B. Windows color (decimal): -12441853 or 206658. OLE color: 206658.

HSL color Cylindrical-coordinate representation of color #422703: hue angle of 34.29º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #422703 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB66393-
CMYK00.410.950.74
HSL34.29º91.3%13.53%-
HSV(B)34.29º95.45%25.88%-
XYZ2.992.620.43-
YUV42.97105.45144.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=61.11%
G=36.11%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6639300.410.950.7434.2991.313.53
Hex422730295F4A225be
Octal1024730511371124213316
Binary10000101001111101010011011111100101010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422703; }

 p { color: rgb(66,39,3); }

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

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

 a { background-color: rgb(66,39,3); }

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

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

 span { border-color: rgb(66,39,3); }

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