Html Css Color HEX #421203 Brown Pod

📋 copy color: '#421203'

red 66 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #421203

Tints of Brown Pod #421203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.69%

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 75.86%
G = 20.69%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#421203 (or 0x421203) is known color: Brown Pod. HEX triplet: 42, 12 and 03. RGB value is (66,18,3). Sum of RGB (Red+Green+Blue) = 66+18+3=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #421203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421203 is #BDEDFC. Grayscale: #1E1E1E. Windows color (decimal): -12447229 or 201282. OLE color: 201282.

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

Color convert

RGB 66 18 3 -
CMYK 0 0.73 0.95 0.74
HSL 14.29º 0.91% 0.14% -
HSV(B) 14.29º 0.95% 0.26% -
XYZ 2.48 1.6 0.26 -
YUV 30.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 66 18 3 0 0.73 0.95 0.74 14.29 0.91 0.14
Hex 42 12 3 0 49 5F 4A E 5B E
Octal 102 22 3 0 111 137 112 16 133 16
Binary 1000010 10010 11 0 1001001 1011111 1001010 1110 1011011 1110

Color Harmonies of #421203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421203

Black with #421203

Text Example


Text Example

White with #421203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421203; }

 p { color: rgb(66,18,3); }

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

background-color css

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

 a { background-color: rgb(66,18,3); }

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

border-color css

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

 span { border-color: rgb(66,18,3); }

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