Html Css Color HEX #483234 Cab Sav

📋 copy color: '#483234'

red 72 ◦ green 50 ◦ blue 52

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

Shades of Cab Sav #483234

Tints of Cab Sav #483234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 41.38%
G = 28.74%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#483234 (or 0x483234) is known color: Cab Sav. HEX triplet: 48, 32 and 34. RGB value is (72,50,52). Sum of RGB (Red+Green+Blue) = 72+50+52=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483234 is #B7CDCB. Grayscale: #383838. Windows color (decimal): -12045772 or 3420744. OLE color: 3420744.

HSL color Cylindrical-coordinate representation of color #483234: hue angle of 354.55º 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 #483234 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 52 -
CMYK 0 0.31 0.28 0.72
HSL 354.55º 0.18% 0.24% -
HSV(B) 354.55º 0.31% 0.28% -
XYZ 4.43 3.91 3.77 -
YUV 56.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 72 50 52 0 0.31 0.28 0.72 354.55 0.18 0.24
Hex 48 32 34 0 1F 1C 48 163 12 18
Octal 110 62 64 0 37 34 110 543 22 30
Binary 1001000 110010 110100 0 11111 11100 1001000 101100011 10010 11000

Color Harmonies of #483234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483234

Black with #483234

Text Example


Text Example

White with #483234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483234; }

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

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

background-color css

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

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

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

border-color css

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

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

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