Html Css Color HEX #483436 Cab Sav

📋 copy color: '#483436'

red 72 ◦ green 52 ◦ blue 54

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

Shades of Cab Sav #483436

Tints of Cab Sav #483436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 40.45%
G = 29.21%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483436 (or 0x483436) is known color: Cab Sav. HEX triplet: 48, 34 and 36. RGB value is (72,52,54). Sum of RGB (Red+Green+Blue) = 72+52+54=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483436 is #B7CBC9. Grayscale: #3A3A3A. Windows color (decimal): -12045258 or 3552328. OLE color: 3552328.

HSL color Cylindrical-coordinate representation of color #483436: hue angle of 354º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483436 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 54 -
CMYK 0 0.28 0.25 0.72
HSL 354º 0.16% 0.24% -
HSV(B) 354º 0.28% 0.28% -
XYZ 4.57 4.1 4.04 -
YUV 58.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 72 52 54 0 0.28 0.25 0.72 354 0.16 0.24
Hex 48 34 36 0 1C 19 48 162 10 18
Octal 110 64 66 0 34 31 110 542 20 30
Binary 1001000 110100 110110 0 11100 11001 1001000 101100010 10000 11000

Color Harmonies of #483436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483436

Black with #483436

Text Example


Text Example

White with #483436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483436; }

 p { color: rgb(72,52,54); }

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

background-color css

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

 a { background-color: rgb(72,52,54); }

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

border-color css

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

 span { border-color: rgb(72,52,54); }

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