Html Css Color HEX #421B01 Brown Pod

📋 copy color: '#421B01'

red 66 ◦ green 27 ◦ blue 1

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

Shades of Brown Pod #421B01

Tints of Brown Pod #421B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.06%

R = 70.21%
G = 28.72%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#421B01 (or 0x421B01) is known color: Brown Pod. HEX triplet: 42, 1B and 01. RGB value is (66,27,1). Sum of RGB (Red+Green+Blue) = 66+27+1=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #421B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B01 is #BDE4FE. Grayscale: #232323. Windows color (decimal): -12444927 or 72514. OLE color: 72514.

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

Color convert

RGB 66 27 1 -
CMYK 0 0.59 0.98 0.74
HSL 24º 0.97% 0.13% -
HSV(B) 24º 0.98% 0.26% -
XYZ 2.64 1.94 0.26 -
YUV 35.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 66 27 1 0 0.59 0.98 0.74 24 0.97 0.13
Hex 42 1B 1 0 3B 62 4A 18 61 D
Octal 102 33 1 0 73 142 112 30 141 15
Binary 1000010 11011 1 0 111011 1100010 1001010 11000 1100001 1101

Color Harmonies of #421B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B01

Black with #421B01

Text Example


Text Example

White with #421B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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