Html Css Color HEX #483E2B Onion

📋 copy color: '#483E2B'

red 72 ◦ green 62 ◦ blue 43

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

Shades of Onion #483E2B

Tints of Onion #483E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 40.68%
G = 35.03%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#483E2B (or 0x483E2B) is known color: Onion. HEX triplet: 48, 3E and 2B. RGB value is (72,62,43). Sum of RGB (Red+Green+Blue) = 72+62+43=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E2B is #B7C1D4. Grayscale: #3E3E3E. Windows color (decimal): -12042709 or 2833992. OLE color: 2833992.

HSL color Cylindrical-coordinate representation of color #483E2B: hue angle of 39.31º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483E2B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 62 43 -
CMYK 0 0.14 0.40 0.72
HSL 39.31º 0.25% 0.23% -
HSV(B) 39.31º 0.4% 0.28% -
XYZ 4.83 5 3 -
YUV 62.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 72 62 43 0 0.14 0.40 0.72 39.31 0.25 0.23
Hex 48 3E 2B 0 E 28 48 27 19 17
Octal 110 76 53 0 16 50 110 47 31 27
Binary 1001000 111110 101011 0 1110 101000 1001000 100111 11001 10111

Color Harmonies of #483E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E2B

Black with #483E2B

Text Example


Text Example

White with #483E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E2B; }

 p { color: rgb(72,62,43); }

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

background-color css

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

 a { background-color: rgb(72,62,43); }

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

border-color css

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

 span { border-color: rgb(72,62,43); }

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