Html Css Color HEX #422703 Cocoa Brown

📋 copy color: '#422703'

red 66 ◦ green 39 ◦ blue 3

#422703
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #422703

Tints of Cocoa Brown #422703

RGB

 RED value IS 66 (26.17% from 255) = 61.11%

 GREEN value IS 39 (15.63% 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 value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#422703 (or 0x422703) is known color: 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

RGB 66 39 3 -
CMYK 0 0.41 0.95 0.74
HSL 34.29º 0.91% 0.14% -
HSV(B) 34.29º 0.95% 0.26% -
XYZ 2.99 2.62 0.43 -
YUV 42.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 66 39 3 0 0.41 0.95 0.74 34.29 0.91 0.14
Hex 42 27 3 0 29 5F 4A 22 5B E
Octal 102 47 3 0 51 137 112 42 133 16
Binary 1000010 100111 11 0 101001 1011111 1001010 100010 1011011 1110

Color Harmonies of #422703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422703

Black with #422703

Text Example


Text Example

White with #422703

Text Example


Text Example

HTML Codes & Css Web 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>