Html Css Color HEX #421303 Brown Pod

📋 copy color: '#421303'

red 66 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #421303

Tints of Brown Pod #421303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 75%
G = 21.59%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#421303 (or 0x421303) is known color: Brown Pod. HEX triplet: 42, 13 and 03. RGB value is (66,19,3). Sum of RGB (Red+Green+Blue) = 66+19+3=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421303 is #BDECFC. Grayscale: #1F1F1F. Windows color (decimal): -12446973 or 201538. OLE color: 201538.

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

Color convert

RGB 66 19 3 -
CMYK 0 0.71 0.95 0.74
HSL 15.24º 0.91% 0.14% -
HSV(B) 15.24º 0.95% 0.26% -
XYZ 2.5 1.63 0.27 -
YUV 31.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 66 19 3 0 0.71 0.95 0.74 15.24 0.91 0.14
Hex 42 13 3 0 47 5F 4A F 5B E
Octal 102 23 3 0 107 137 112 17 133 16
Binary 1000010 10011 11 0 1000111 1011111 1001010 1111 1011011 1110

Color Harmonies of #421303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421303

Black with #421303

Text Example


Text Example

White with #421303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421303; }

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

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

background-color css

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

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

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

border-color css

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

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

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