Html Css Color HEX #421B07 Brown Pod

📋 copy color: '#421B07'

red 66 ◦ green 27 ◦ blue 7

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

Shades of Brown Pod #421B07

Tints of Brown Pod #421B07

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

 BLUE value IS 7 (3.13% from 255) = 7%

R = 66%
G = 27%
B = 7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421B07 (or 0x421B07) is known color: Brown Pod. HEX triplet: 42, 1B and 07. RGB value is (66,27,7). Sum of RGB (Red+Green+Blue) = 66+27+7=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B07 is #BDE4F8. Grayscale: #242424. Windows color (decimal): -12444921 or 465730. OLE color: 465730.

HSL color Cylindrical-coordinate representation of color #421B07: hue angle of 20.34º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421B07 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 7 -
CMYK 0 0.59 0.89 0.74
HSL 20.34º 0.81% 0.14% -
HSV(B) 20.34º 0.89% 0.26% -
XYZ 2.68 1.96 0.44 -
YUV 36.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 66 27 7 0 0.59 0.89 0.74 20.34 0.81 0.14
Hex 42 1B 7 0 3B 59 4A 14 51 E
Octal 102 33 7 0 73 131 112 24 121 16
Binary 1000010 11011 111 0 111011 1011001 1001010 10100 1010001 1110

Color Harmonies of #421B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B07

Black with #421B07

Text Example


Text Example

White with #421B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B07; }

 p { color: rgb(66,27,7); }

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

background-color css

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

 a { background-color: rgb(66,27,7); }

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

border-color css

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

 span { border-color: rgb(66,27,7); }

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