Html Css Color HEX #51363A Cab Sav

📋 copy color: '#51363A'

red 81 ◦ green 54 ◦ blue 58

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

Shades of Cab Sav #51363A

Tints of Cab Sav #51363A

RGB

 RED value IS 81 (32.03% from 255) = 41.97%

 GREEN value IS 54 (21.48% from 255) = 27.98%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 41.97%
G = 27.98%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#51363A (or 0x51363A) is known color: Cab Sav. HEX triplet: 51, 36 and 3A. RGB value is (81,54,58). Sum of RGB (Red+Green+Blue) = 81+54+58=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51363A is #AEC9C5. Grayscale: #3E3E3E. Windows color (decimal): -11454918 or 3814993. OLE color: 3814993.

HSL color Cylindrical-coordinate representation of color #51363A: hue angle of 351.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51363A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 58 -
CMYK 0 0.33 0.28 0.68
HSL 351.11º 0.2% 0.26% -
HSV(B) 351.11º 0.33% 0.32% -
XYZ 5.48 4.69 4.62 -
YUV 62.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 81 54 58 0 0.33 0.28 0.68 351.11 0.2 0.26
Hex 51 36 3A 0 21 1C 44 15F 14 1A
Octal 121 66 72 0 41 34 104 537 24 32
Binary 1010001 110110 111010 0 100001 11100 1000100 101011111 10100 11010

Color Harmonies of #51363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51363A

Black with #51363A

Text Example


Text Example

White with #51363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51363A; }

 p { color: rgb(81,54,58); }

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

background-color css

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

 a { background-color: rgb(81,54,58); }

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

border-color css

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

 span { border-color: rgb(81,54,58); }

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