Html Css Color HEX #421E0D Brown Pod

📋 copy color: '#421E0D'

red 66 ◦ green 30 ◦ blue 13

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

Shades of Brown Pod #421E0D

Tints of Brown Pod #421E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.52%

 BLUE value IS 13 (5.47% from 255) = 11.93%

R = 60.55%
G = 27.52%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#421E0D (or 0x421E0D) is known color: Brown Pod. HEX triplet: 42, 1E and 0D. RGB value is (66,30,13). Sum of RGB (Red+Green+Blue) = 66+30+13=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E0D is #BDE1F2. Grayscale: #262626. Windows color (decimal): -12444147 or 859714. OLE color: 859714.

HSL color Cylindrical-coordinate representation of color #421E0D: hue angle of 19.25º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421E0D is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 30 13 -
CMYK 0 0.55 0.80 0.74
HSL 19.25º 0.67% 0.15% -
HSV(B) 19.25º 0.8% 0.26% -
XYZ 2.78 2.12 0.64 -
YUV 38.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 66 30 13 0 0.55 0.80 0.74 19.25 0.67 0.15
Hex 42 1E D 0 37 50 4A 13 43 F
Octal 102 36 15 0 67 120 112 23 103 17
Binary 1000010 11110 1101 0 110111 1010000 1001010 10011 1000011 1111

Color Harmonies of #421E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E0D

Black with #421E0D

Text Example


Text Example

White with #421E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,13); }

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

background-color css

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

 a { background-color: rgb(66,30,13); }

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

border-color css

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

 span { border-color: rgb(66,30,13); }

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