Html Css Color HEX #4B452A Onion

📋 copy color: '#4B452A'

red 75 ◦ green 69 ◦ blue 42

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

Shades of Onion #4B452A

Tints of Onion #4B452A

RGB

 RED value IS 75 (29.69% from 255) = 40.32%

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 40.32%
G = 37.1%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B452A (or 0x4B452A) is known color: Onion. HEX triplet: 4B, 45 and 2A. RGB value is (75,69,42). Sum of RGB (Red+Green+Blue) = 75+69+42=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B452A is #B4BAD5. Grayscale: #434343. Windows color (decimal): -11844310 or 2770251. OLE color: 2770251.

HSL color Cylindrical-coordinate representation of color #4B452A: hue angle of 49.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B452A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 69 42 -
CMYK 0 0.08 0.44 0.71
HSL 49.09º 0.28% 0.23% -
HSV(B) 49.09º 0.44% 0.29% -
XYZ 5.45 5.92 3.05 -
YUV 67.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 75 69 42 0 0.08 0.44 0.71 49.09 0.28 0.23
Hex 4B 45 2A 0 8 2C 47 31 1C 17
Octal 113 105 52 0 10 54 107 61 34 27
Binary 1001011 1000101 101010 0 1000 101100 1000111 110001 11100 10111

Color Harmonies of #4B452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B452A

Black with #4B452A

Text Example


Text Example

White with #4B452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B452A; }

 p { color: rgb(75,69,42); }

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

background-color css

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

 a { background-color: rgb(75,69,42); }

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

border-color css

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

 span { border-color: rgb(75,69,42); }

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