Html Css Color HEX #421605 Brown Pod

📋 copy color: '#421605'

red 66 ◦ green 22 ◦ blue 5

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

Shades of Brown Pod #421605

Tints of Brown Pod #421605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.38%

R = 70.97%
G = 23.66%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#421605 (or 0x421605) is known color: Brown Pod. HEX triplet: 42, 16 and 05. RGB value is (66,22,5). Sum of RGB (Red+Green+Blue) = 66+22+5=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421605 is #BDE9FA. Grayscale: #212121. Windows color (decimal): -12446203 or 333378. OLE color: 333378.

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

Color convert

RGB 66 22 5 -
CMYK 0 0.67 0.92 0.74
HSL 16.72º 0.86% 0.14% -
HSV(B) 16.72º 0.92% 0.26% -
XYZ 2.56 1.74 0.35 -
YUV 33.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 66 22 5 0 0.67 0.92 0.74 16.72 0.86 0.14
Hex 42 16 5 0 43 5C 4A 11 56 E
Octal 102 26 5 0 103 134 112 21 126 16
Binary 1000010 10110 101 0 1000011 1011100 1001010 10001 1010110 1110

Color Harmonies of #421605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421605

Black with #421605

Text Example


Text Example

White with #421605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421605; }

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

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

background-color css

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

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

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

border-color css

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

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

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