Html Css Color HEX #51383B Jon

📋 copy color: '#51383B'

red 81 ◦ green 56 ◦ blue 59

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

Shades of Jon #51383B

Tints of Jon #51383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 41.33%
G = 28.57%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#51383B (or 0x51383B) is known color: Jon. HEX triplet: 51, 38 and 3B. RGB value is (81,56,59). Sum of RGB (Red+Green+Blue) = 81+56+59=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51383B is #AEC7C4. Grayscale: #3F3F3F. Windows color (decimal): -11454405 or 3881041. OLE color: 3881041.

HSL color Cylindrical-coordinate representation of color #51383B: hue angle of 352.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51383B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 59 -
CMYK 0 0.31 0.27 0.68
HSL 352.8º 0.18% 0.27% -
HSV(B) 352.8º 0.31% 0.32% -
XYZ 5.6 4.89 4.79 -
YUV 63.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 81 56 59 0 0.31 0.27 0.68 352.8 0.18 0.27
Hex 51 38 3B 0 1F 1B 44 161 12 1B
Octal 121 70 73 0 37 33 104 541 22 33
Binary 1010001 111000 111011 0 11111 11011 1000100 101100001 10010 11011

Color Harmonies of #51383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51383B

Black with #51383B

Text Example


Text Example

White with #51383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51383B; }

 p { color: rgb(81,56,59); }

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

background-color css

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

 a { background-color: rgb(81,56,59); }

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

border-color css

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

 span { border-color: rgb(81,56,59); }

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