Html Css Color HEX #462B19 Morocco Brown

📋 copy color: '#462B19'

red 70 ◦ green 43 ◦ blue 25

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

Shades of Morocco Brown #462B19

Tints of Morocco Brown #462B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.16%

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 50.72%
G = 31.16%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#462B19 (or 0x462B19) is known color: Morocco Brown. HEX triplet: 46, 2B and 19. RGB value is (70,43,25). Sum of RGB (Red+Green+Blue) = 70+43+25=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B19 is #B9D4E6. Grayscale: #313131. Windows color (decimal): -12178663 or 1649478. OLE color: 1649478.

HSL color Cylindrical-coordinate representation of color #462B19: hue angle of 24º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462B19 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 43 25 -
CMYK 0 0.39 0.64 0.73
HSL 24º 0.47% 0.19% -
HSV(B) 24º 0.64% 0.27% -
XYZ 3.57 3.1 1.33 -
YUV 49.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 70 43 25 0 0.39 0.64 0.73 24 0.47 0.19
Hex 46 2B 19 0 27 40 49 18 2F 13
Octal 106 53 31 0 47 100 111 30 57 23
Binary 1000110 101011 11001 0 100111 1000000 1001001 11000 101111 10011

Color Harmonies of #462B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B19

Black with #462B19

Text Example


Text Example

White with #462B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462B19; }

 p { color: rgb(70,43,25); }

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

background-color css

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

 a { background-color: rgb(70,43,25); }

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

border-color css

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

 span { border-color: rgb(70,43,25); }

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