Html Css Color HEX #513818 Clinker

📋 copy color: '#513818'

red 81 ◦ green 56 ◦ blue 24

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

Shades of Clinker #513818

Tints of Clinker #513818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 50.31%
G = 34.78%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#513818 (or 0x513818) is known color: Clinker. HEX triplet: 51, 38 and 18. RGB value is (81,56,24). Sum of RGB (Red+Green+Blue) = 81+56+24=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #513818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513818 is #AEC7E7. Grayscale: #3B3B3B. Windows color (decimal): -11454440 or 1587281. OLE color: 1587281.

HSL color Cylindrical-coordinate representation of color #513818: hue angle of 33.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513818 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 24 -
CMYK 0 0.31 0.70 0.68
HSL 33.68º 0.54% 0.21% -
HSV(B) 33.68º 0.7% 0.32% -
XYZ 4.97 4.64 1.5 -
YUV 59.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 81 56 24 0 0.31 0.70 0.68 33.68 0.54 0.21
Hex 51 38 18 0 1F 46 44 22 36 15
Octal 121 70 30 0 37 106 104 42 66 25
Binary 1010001 111000 11000 0 11111 1000110 1000100 100010 110110 10101

Color Harmonies of #513818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513818

Black with #513818

Text Example


Text Example

White with #513818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513818; }

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

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

background-color css

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

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

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

border-color css

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

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

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