Html Css Color HEX #483023 Morocco Brown

📋 copy color: '#483023'

red 72 ◦ green 48 ◦ blue 35

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

Shades of Morocco Brown #483023

Tints of Morocco Brown #483023

RGB

 RED value IS 72 (28.52% from 255) = 46.45%

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 46.45%
G = 30.97%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#483023 (or 0x483023) is known color: Morocco Brown. HEX triplet: 48, 30 and 23. RGB value is (72,48,35). Sum of RGB (Red+Green+Blue) = 72+48+35=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483023 is #B7CFDC. Grayscale: #353535. Windows color (decimal): -12046301 or 2306120. OLE color: 2306120.

HSL color Cylindrical-coordinate representation of color #483023: hue angle of 21.08º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483023 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 35 -
CMYK 0 0.33 0.51 0.72
HSL 21.08º 0.35% 0.21% -
HSV(B) 21.08º 0.51% 0.28% -
XYZ 4.03 3.61 2.07 -
YUV 53.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 72 48 35 0 0.33 0.51 0.72 21.08 0.35 0.21
Hex 48 30 23 0 21 33 48 15 23 15
Octal 110 60 43 0 41 63 110 25 43 25
Binary 1001000 110000 100011 0 100001 110011 1001000 10101 100011 10101

Color Harmonies of #483023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483023

Black with #483023

Text Example


Text Example

White with #483023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483023; }

 p { color: rgb(72,48,35); }

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

background-color css

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

 a { background-color: rgb(72,48,35); }

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

border-color css

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

 span { border-color: rgb(72,48,35); }

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