Html Css Color HEX #462714 Morocco Brown

📋 copy color: '#462714'

red 70 ◦ green 39 ◦ blue 20

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

Shades of Morocco Brown #462714

Tints of Morocco Brown #462714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.23%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 54.26%
G = 30.23%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#462714 (or 0x462714) is known color: Morocco Brown. HEX triplet: 46, 27 and 14. RGB value is (70,39,20). Sum of RGB (Red+Green+Blue) = 70+39+20=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462714 is #B9D8EB. Grayscale: #2E2E2E. Windows color (decimal): -12179692 or 1320774. OLE color: 1320774.

HSL color Cylindrical-coordinate representation of color #462714: hue angle of 22.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462714 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 20 -
CMYK 0 0.44 0.71 0.73
HSL 22.8º 0.56% 0.18% -
HSV(B) 22.8º 0.71% 0.27% -
XYZ 3.38 2.8 1.02 -
YUV 46.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 70 39 20 0 0.44 0.71 0.73 22.8 0.56 0.18
Hex 46 27 14 0 2C 47 49 17 38 12
Octal 106 47 24 0 54 107 111 27 70 22
Binary 1000110 100111 10100 0 101100 1000111 1001001 10111 111000 10010

Color Harmonies of #462714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462714

Black with #462714

Text Example


Text Example

White with #462714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462714; }

 p { color: rgb(70,39,20); }

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

background-color css

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

 a { background-color: rgb(70,39,20); }

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

border-color css

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

 span { border-color: rgb(70,39,20); }

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