Html Css Color HEX #4B2F31 Cab Sav

📋 copy color: '#4B2F31'

red 75 ◦ green 47 ◦ blue 49

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

Shades of Cab Sav #4B2F31

Tints of Cab Sav #4B2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 43.86%
G = 27.49%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4B2F31 (or 0x4B2F31) is known color: Cab Sav. HEX triplet: 4B, 2F and 31. RGB value is (75,47,49). Sum of RGB (Red+Green+Blue) = 75+47+49=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F31 is #B4D0CE. Grayscale: #373737. Windows color (decimal): -11849935 or 3223371. OLE color: 3223371.

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

Color convert

RGB 75 47 49 -
CMYK 0 0.37 0.35 0.71
HSL 355.71º 0.23% 0.24% -
HSV(B) 355.71º 0.37% 0.29% -
XYZ 4.47 3.75 3.39 -
YUV 55.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 75 47 49 0 0.37 0.35 0.71 355.71 0.23 0.24
Hex 4B 2F 31 0 25 23 47 164 17 18
Octal 113 57 61 0 45 43 107 544 27 30
Binary 1001011 101111 110001 0 100101 100011 1000111 101100100 10111 11000

Color Harmonies of #4B2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F31

Black with #4B2F31

Text Example


Text Example

White with #4B2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,47,49); }

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

background-color css

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

 a { background-color: rgb(75,47,49); }

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

border-color css

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

 span { border-color: rgb(75,47,49); }

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