Html Css Color HEX #421B10 Brown Pod

📋 copy color: '#421B10'

red 66 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #421B10

Tints of Brown Pod #421B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 60.55%
G = 24.77%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#421B10 (or 0x421B10) is known color: Brown Pod. HEX triplet: 42, 1B and 10. RGB value is (66,27,16). Sum of RGB (Red+Green+Blue) = 66+27+16=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B10 is #BDE4EF. Grayscale: #252525. Windows color (decimal): -12444912 or 1055554. OLE color: 1055554.

HSL color Cylindrical-coordinate representation of color #421B10: hue angle of 13.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421B10 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 16 -
CMYK 0 0.59 0.76 0.74
HSL 13.2º 0.61% 0.16% -
HSV(B) 13.2º 0.76% 0.26% -
XYZ 2.73 1.98 0.73 -
YUV 37.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 66 27 16 0 0.59 0.76 0.74 13.2 0.61 0.16
Hex 42 1B 10 0 3B 4C 4A D 3D 10
Octal 102 33 20 0 73 114 112 15 75 20
Binary 1000010 11011 10000 0 111011 1001100 1001010 1101 111101 10000

Color Harmonies of #421B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B10

Black with #421B10

Text Example


Text Example

White with #421B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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