Html Css Color HEX #421B00 Brown Pod

📋 copy color: '#421B00'

red 66 ◦ green 27 ◦ blue 0

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

Shades of Brown Pod #421B00

Tints of Brown Pod #421B00

RGB

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

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

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

R = 70.97%
G = 29.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#421B00 (or 0x421B00) is known color: Brown Pod. HEX triplet: 42, 1B and 00. RGB value is (66,27,0). Sum of RGB (Red+Green+Blue) = 66+27+0=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B00 is #BDE4FF. Grayscale: #232323. Windows color (decimal): -12444928 or 6978. OLE color: 6978.

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

Color convert

RGB 66 27 0 -
CMYK 0 0.59 1 0.74
HSL 24.55º 1% 0.13% -
HSV(B) 24.55º 1% 0.26% -
XYZ 2.64 1.94 0.24 -
YUV 35.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 66 27 0 0 0.59 1 0.74 24.55 1 0.13
Hex 42 1B 0 0 3B 64 4A 19 64 D
Octal 102 33 0 0 73 144 112 31 144 15
Binary 1000010 11011 0 0 111011 1100100 1001010 11001 1100100 1101

Color Harmonies of #421B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B00

Black with #421B00

Text Example


Text Example

White with #421B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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