Html Css Color HEX #483236 Cab Sav

📋 copy color: '#483236'

red 72 ◦ green 50 ◦ blue 54

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

Shades of Cab Sav #483236

Tints of Cab Sav #483236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 40.91%
G = 28.41%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483236 (or 0x483236) is known color: Cab Sav. HEX triplet: 48, 32 and 36. RGB value is (72,50,54). Sum of RGB (Red+Green+Blue) = 72+50+54=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483236 is #B7CDC9. Grayscale: #393939. Windows color (decimal): -12045770 or 3551816. OLE color: 3551816.

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

Color convert

RGB 72 50 54 -
CMYK 0 0.31 0.25 0.72
HSL 349.09º 0.18% 0.24% -
HSV(B) 349.09º 0.31% 0.28% -
XYZ 4.48 3.93 4.01 -
YUV 57.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 72 50 54 0 0.31 0.25 0.72 349.09 0.18 0.24
Hex 48 32 36 0 1F 19 48 15D 12 18
Octal 110 62 66 0 37 31 110 535 22 30
Binary 1001000 110010 110110 0 11111 11001 1001000 101011101 10010 11000

Color Harmonies of #483236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483236

Black with #483236

Text Example


Text Example

White with #483236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483236; }

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

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

background-color css

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

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

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

border-color css

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

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

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