Html Css Color HEX #421800 Brown Pod

📋 copy color: '#421800'

red 66 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #421800

Tints of Brown Pod #421800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

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

R = 73.33%
G = 26.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#421800 (or 0x421800) is known color: Brown Pod. HEX triplet: 42, 18 and 00. RGB value is (66,24,0). Sum of RGB (Red+Green+Blue) = 66+24+0=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #421800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421800 is #BDE7FF. Grayscale: #212121. Windows color (decimal): -12445696 or 6210. OLE color: 6210.

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

Color convert

RGB 66 24 0 -
CMYK 0 0.64 1 0.74
HSL 21.82º 1% 0.13% -
HSV(B) 21.82º 1% 0.26% -
XYZ 2.57 1.81 0.21 -
YUV 33.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 66 24 0 0 0.64 1 0.74 21.82 1 0.13
Hex 42 18 0 0 40 64 4A 16 64 D
Octal 102 30 0 0 100 144 112 26 144 15
Binary 1000010 11000 0 0 1000000 1100100 1001010 10110 1100100 1101

Color Harmonies of #421800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421800

Black with #421800

Text Example


Text Example

White with #421800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421800; }

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

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

background-color css

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

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

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

border-color css

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

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

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