Html Css Color HEX #422300 Cocoa Brown

📋 copy color: '#422300'

red 66 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #422300

Tints of Cocoa Brown #422300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 34.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.35%
G = 34.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422300 (or 0x422300) is known color: Cocoa Brown. HEX triplet: 42, 23 and 00. RGB value is (66,35,0). Sum of RGB (Red+Green+Blue) = 66+35+0=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #422300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422300 is #BDDCFF. Grayscale: #282828. Windows color (decimal): -12442880 or 9026. OLE color: 9026.

HSL color Cylindrical-coordinate representation of color #422300: hue angle of 31.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #422300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 0 -
CMYK 0 0.47 1 0.74
HSL 31.82º 1% 0.13% -
HSV(B) 31.82º 1% 0.26% -
XYZ 2.85 2.36 0.31 -
YUV 40.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 66 35 0 0 0.47 1 0.74 31.82 1 0.13
Hex 42 23 0 0 2F 64 4A 20 64 D
Octal 102 43 0 0 57 144 112 40 144 15
Binary 1000010 100011 0 0 101111 1100100 1001010 100000 1100100 1101

Color Harmonies of #422300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422300

Black with #422300

Text Example


Text Example

White with #422300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422300; }

 p { color: rgb(66,35,0); }

 H1.HeaderClassName
 {
   color: #422300;
 }
 .AnyTagClassName
 {
   color: #422300;
 }
</style>

background-color css

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

 a { background-color: rgb(66,35,0); }

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

border-color css

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

 span { border-color: rgb(66,35,0); }

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