Html Css Color HEX #421A01 Brown Pod

📋 copy color: '#421A01'

red 66 ◦ green 26 ◦ blue 1

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

Shades of Brown Pod #421A01

Tints of Brown Pod #421A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.96%

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

R = 70.97%
G = 27.96%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#421A01 (or 0x421A01) is known color: Brown Pod. HEX triplet: 42, 1A and 01. RGB value is (66,26,1). Sum of RGB (Red+Green+Blue) = 66+26+1=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A01 is #BDE5FE. Grayscale: #232323. Windows color (decimal): -12445183 or 72258. OLE color: 72258.

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

Color convert

RGB 66 26 1 -
CMYK 0 0.61 0.98 0.74
HSL 23.08º 0.97% 0.13% -
HSV(B) 23.08º 0.98% 0.26% -
XYZ 2.62 1.9 0.26 -
YUV 35.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 66 26 1 0 0.61 0.98 0.74 23.08 0.97 0.13
Hex 42 1A 1 0 3D 62 4A 17 61 D
Octal 102 32 1 0 75 142 112 27 141 15
Binary 1000010 11010 1 0 111101 1100010 1001010 10111 1100001 1101

Color Harmonies of #421A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A01

Black with #421A01

Text Example


Text Example

White with #421A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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