Html Css Color HEX #421B03 Brown Pod

📋 copy color: '#421B03'

red 66 ◦ green 27 ◦ blue 3

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

Shades of Brown Pod #421B03

Tints of Brown Pod #421B03

RGB

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

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

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

R = 68.75%
G = 28.13%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#421B03 (or 0x421B03) is known color: Brown Pod. HEX triplet: 42, 1B and 03. RGB value is (66,27,3). Sum of RGB (Red+Green+Blue) = 66+27+3=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #421B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B03 is #BDE4FC. Grayscale: #242424. Windows color (decimal): -12444925 or 203586. OLE color: 203586.

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

Color convert

RGB 66 27 3 -
CMYK 0 0.59 0.95 0.74
HSL 22.86º 0.91% 0.14% -
HSV(B) 22.86º 0.95% 0.26% -
XYZ 2.66 1.95 0.32 -
YUV 35.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 66 27 3 0 0.59 0.95 0.74 22.86 0.91 0.14
Hex 42 1B 3 0 3B 5F 4A 17 5B E
Octal 102 33 3 0 73 137 112 27 133 16
Binary 1000010 11011 11 0 111011 1011111 1001010 10111 1011011 1110

Color Harmonies of #421B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B03

Black with #421B03

Text Example


Text Example

White with #421B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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