Html Css Color HEX #421500 Brown Pod

📋 copy color: '#421500'

red 66 ◦ green 21 ◦ blue 0

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

Shades of Brown Pod #421500

Tints of Brown Pod #421500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.86%
G = 24.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#421500 (or 0x421500) is known color: Brown Pod. HEX triplet: 42, 15 and 00. RGB value is (66,21,0). Sum of RGB (Red+Green+Blue) = 66+21+0=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #421500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421500 is #BDEAFF. Grayscale: #202020. Windows color (decimal): -12446464 or 5442. OLE color: 5442.

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

Color convert

RGB 66 21 0 -
CMYK 0 0.68 1 0.74
HSL 19.09º 1% 0.13% -
HSV(B) 19.09º 1% 0.26% -
XYZ 2.51 1.69 0.19 -
YUV 32.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 66 21 0 0 0.68 1 0.74 19.09 1 0.13
Hex 42 15 0 0 44 64 4A 13 64 D
Octal 102 25 0 0 104 144 112 23 144 15
Binary 1000010 10101 0 0 1000100 1100100 1001010 10011 1100100 1101

Color Harmonies of #421500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421500

Black with #421500

Text Example


Text Example

White with #421500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421500; }

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

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

background-color css

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

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

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

border-color css

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

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

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