Html Css Color HEX #4B3B3E Jon

📋 copy color: '#4B3B3E'

red 75 ◦ green 59 ◦ blue 62

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

Shades of Jon #4B3B3E

Tints of Jon #4B3B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.1%

 BLUE value IS 62 (24.61% from 255) = 31.63%

R = 38.27%
G = 30.1%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#4B3B3E (or 0x4B3B3E) is known color: Jon. HEX triplet: 4B, 3B and 3E. RGB value is (75,59,62). Sum of RGB (Red+Green+Blue) = 75+59+62=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B3E is #B4C4C1. Grayscale: #404040. Windows color (decimal): -11846850 or 4078411. OLE color: 4078411.

HSL color Cylindrical-coordinate representation of color #4B3B3E: hue angle of 348.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B3B3E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 59 62 -
CMYK 0 0.21 0.17 0.71
HSL 348.75º 0.12% 0.26% -
HSV(B) 348.75º 0.21% 0.29% -
XYZ 5.34 4.97 5.24 -
YUV 64.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 75 59 62 0 0.21 0.17 0.71 348.75 0.12 0.26
Hex 4B 3B 3E 0 15 11 47 15D C 1A
Octal 113 73 76 0 25 21 107 535 14 32
Binary 1001011 111011 111110 0 10101 10001 1000111 101011101 1100 11010

Color Harmonies of #4B3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3B3E

Black with #4B3B3E

Text Example


Text Example

White with #4B3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,59,62); }

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

background-color css

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

 a { background-color: rgb(75,59,62); }

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

border-color css

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

 span { border-color: rgb(75,59,62); }

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