Html Css Color HEX #421F07 Brown Pod

📋 copy color: '#421F07'

red 66 ◦ green 31 ◦ blue 7

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

Shades of Brown Pod #421F07

Tints of Brown Pod #421F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.81%

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

R = 63.46%
G = 29.81%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421F07 (or 0x421F07) is known color: Brown Pod. HEX triplet: 42, 1F and 07. RGB value is (66,31,7). Sum of RGB (Red+Green+Blue) = 66+31+7=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #421F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F07 is #BDE0F8. Grayscale: #262626. Windows color (decimal): -12443897 or 466754. OLE color: 466754.

HSL color Cylindrical-coordinate representation of color #421F07: hue angle of 24.41º 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 #421F07 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 7 -
CMYK 0 0.53 0.89 0.74
HSL 24.41º 0.81% 0.14% -
HSV(B) 24.41º 0.89% 0.26% -
XYZ 2.78 2.15 0.47 -
YUV 38.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 66 31 7 0 0.53 0.89 0.74 24.41 0.81 0.14
Hex 42 1F 7 0 35 59 4A 18 51 E
Octal 102 37 7 0 65 131 112 30 121 16
Binary 1000010 11111 111 0 110101 1011001 1001010 11000 1010001 1110

Color Harmonies of #421F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F07

Black with #421F07

Text Example


Text Example

White with #421F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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