Html Css Color HEX #421600 Brown Pod

📋 copy color: '#421600'

red 66 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #421600

Tints of Brown Pod #421600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#421600 (or 0x421600) is known color: Brown Pod. HEX triplet: 42, 16 and 00. RGB value is (66,22,0). Sum of RGB (Red+Green+Blue) = 66+22+0=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421600 is #BDE9FF. Grayscale: #202020. Windows color (decimal): -12446208 or 5698. OLE color: 5698.

HSL color Cylindrical-coordinate representation of color #421600: hue angle of 20º 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 #421600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 22 0 -
CMYK 0 0.67 1 0.74
HSL 20º 1% 0.13% -
HSV(B) 20º 1% 0.26% -
XYZ 2.53 1.73 0.2 -
YUV 32.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 66 22 0 0 0.67 1 0.74 20 1 0.13
Hex 42 16 0 0 43 64 4A 14 64 D
Octal 102 26 0 0 103 144 112 24 144 15
Binary 1000010 10110 0 0 1000011 1100100 1001010 10100 1100100 1101

Color Harmonies of #421600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421600

Black with #421600

Text Example


Text Example

White with #421600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421600; }

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

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

background-color css

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

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

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

border-color css

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

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

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