Html Css Color HEX #421A07 Brown Pod

📋 copy color: '#421A07'

red 66 ◦ green 26 ◦ blue 7

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

Shades of Brown Pod #421A07

Tints of Brown Pod #421A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.26%

 BLUE value IS 7 (3.13% from 255) = 7.07%

R = 66.67%
G = 26.26%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421A07 (or 0x421A07) is known color: Brown Pod. HEX triplet: 42, 1A and 07. RGB value is (66,26,7). Sum of RGB (Red+Green+Blue) = 66+26+7=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #421A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A07 is #BDE5F8. Grayscale: #232323. Windows color (decimal): -12445177 or 465474. OLE color: 465474.

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

Color convert

RGB 66 26 7 -
CMYK 0 0.61 0.89 0.74
HSL 19.32º 0.81% 0.14% -
HSV(B) 19.32º 0.89% 0.26% -
XYZ 2.65 1.91 0.43 -
YUV 35.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 66 26 7 0 0.61 0.89 0.74 19.32 0.81 0.14
Hex 42 1A 7 0 3D 59 4A 13 51 E
Octal 102 32 7 0 75 131 112 23 121 16
Binary 1000010 11010 111 0 111101 1011001 1001010 10011 1010001 1110

Color Harmonies of #421A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A07

Black with #421A07

Text Example


Text Example

White with #421A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,7); }

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

background-color css

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

 a { background-color: rgb(66,26,7); }

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

border-color css

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

 span { border-color: rgb(66,26,7); }

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