Html Css Color HEX #421505 Brown Pod

📋 copy color: '#421505'

red 66 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #421505

Tints of Brown Pod #421505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

 BLUE value IS 5 (2.34% from 255) = 5.43%

R = 71.74%
G = 22.83%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#421505 (or 0x421505) is known color: Brown Pod. HEX triplet: 42, 15 and 05. RGB value is (66,21,5). Sum of RGB (Red+Green+Blue) = 66+21+5=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #421505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421505 is #BDEAFA. Grayscale: #202020. Windows color (decimal): -12446459 or 333122. OLE color: 333122.

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

Color convert

RGB 66 21 5 -
CMYK 0 0.68 0.92 0.74
HSL 15.74º 0.86% 0.14% -
HSV(B) 15.74º 0.92% 0.26% -
XYZ 2.54 1.71 0.34 -
YUV 32.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 66 21 5 0 0.68 0.92 0.74 15.74 0.86 0.14
Hex 42 15 5 0 44 5C 4A 10 56 E
Octal 102 25 5 0 104 134 112 20 126 16
Binary 1000010 10101 101 0 1000100 1011100 1001010 10000 1010110 1110

Color Harmonies of #421505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421505

Black with #421505

Text Example


Text Example

White with #421505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421505; }

 p { color: rgb(66,21,5); }

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

background-color css

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

 a { background-color: rgb(66,21,5); }

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

border-color css

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

 span { border-color: rgb(66,21,5); }

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