Html Css Color HEX #421707 Brown Pod

📋 copy color: '#421707'

red 66 ◦ green 23 ◦ blue 7

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

Shades of Brown Pod #421707

Tints of Brown Pod #421707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 68.75%
G = 23.96%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421707 (or 0x421707) is known color: Brown Pod. HEX triplet: 42, 17 and 07. RGB value is (66,23,7). Sum of RGB (Red+Green+Blue) = 66+23+7=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #421707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421707 is #BDE8F8. Grayscale: #222222. Windows color (decimal): -12445945 or 464706. OLE color: 464706.

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

Color convert

RGB 66 23 7 -
CMYK 0 0.65 0.89 0.74
HSL 16.27º 0.81% 0.14% -
HSV(B) 16.27º 0.89% 0.26% -
XYZ 2.59 1.79 0.41 -
YUV 34.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 66 23 7 0 0.65 0.89 0.74 16.27 0.81 0.14
Hex 42 17 7 0 41 59 4A 10 51 E
Octal 102 27 7 0 101 131 112 20 121 16
Binary 1000010 10111 111 0 1000001 1011001 1001010 10000 1010001 1110

Color Harmonies of #421707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421707

Black with #421707

Text Example


Text Example

White with #421707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421707; }

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

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

background-color css

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

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

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

border-color css

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

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

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