Html Css Color HEX #461C08 Brown Pod

📋 copy color: '#461C08'

red 70 ◦ green 28 ◦ blue 8

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

Shades of Brown Pod #461C08

Tints of Brown Pod #461C08

RGB

 RED value IS 70 (27.73% from 255) = 66.04%

 GREEN value IS 28 (11.33% from 255) = 26.42%

 BLUE value IS 8 (3.52% from 255) = 7.55%

R = 66.04%
G = 26.42%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461C08 (or 0x461C08) is known color: Brown Pod. HEX triplet: 46, 1C and 08. RGB value is (70,28,8). Sum of RGB (Red+Green+Blue) = 70+28+8=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #461C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C08 is #B9E3F7. Grayscale: #262626. Windows color (decimal): -12182520 or 531526. OLE color: 531526.

HSL color Cylindrical-coordinate representation of color #461C08: hue angle of 19.35º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461C08 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 28 8 -
CMYK 0 0.60 0.89 0.73
HSL 19.35º 0.79% 0.15% -
HSV(B) 19.35º 0.89% 0.27% -
XYZ 2.98 2.15 0.49 -
YUV 38.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 70 28 8 0 0.60 0.89 0.73 19.35 0.79 0.15
Hex 46 1C 8 0 3C 59 49 13 4F F
Octal 106 34 10 0 74 131 111 23 117 17
Binary 1000110 11100 1000 0 111100 1011001 1001001 10011 1001111 1111

Color Harmonies of #461C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C08

Black with #461C08

Text Example


Text Example

White with #461C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461C08; }

 p { color: rgb(70,28,8); }

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

background-color css

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

 a { background-color: rgb(70,28,8); }

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

border-color css

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

 span { border-color: rgb(70,28,8); }

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