Html Css Color HEX #421700 Brown Pod

📋 copy color: '#421700'

red 66 ◦ green 23 ◦ blue 0

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

Shades of Brown Pod #421700

Tints of Brown Pod #421700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.16%
G = 25.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#421700 (or 0x421700) is known color: Brown Pod. HEX triplet: 42, 17 and 00. RGB value is (66,23,0). Sum of RGB (Red+Green+Blue) = 66+23+0=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421700 is #BDE8FF. Grayscale: #212121. Windows color (decimal): -12445952 or 5954. OLE color: 5954.

HSL color Cylindrical-coordinate representation of color #421700: hue angle of 20.91º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #421700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 0 -
CMYK 0 0.65 1 0.74
HSL 20.91º 1% 0.13% -
HSV(B) 20.91º 1% 0.26% -
XYZ 2.55 1.77 0.21 -
YUV 33.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 66 23 0 0 0.65 1 0.74 20.91 1 0.13
Hex 42 17 0 0 41 64 4A 15 64 D
Octal 102 27 0 0 101 144 112 25 144 15
Binary 1000010 10111 0 0 1000001 1100100 1001010 10101 1100100 1101

Color Harmonies of #421700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421700

Black with #421700

Text Example


Text Example

White with #421700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421700; }

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

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

background-color css

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

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

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

border-color css

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

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

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