Html Css Color HEX #62503B Rock

📋 copy color: '#62503B'

red 98 ◦ green 80 ◦ blue 59

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

Shades of Rock #62503B

Tints of Rock #62503B

RGB

 RED value IS 98 (38.67% from 255) = 41.35%

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 41.35%
G = 33.76%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62503B (or 0x62503B) is known color: Rock. HEX triplet: 62, 50 and 3B. RGB value is (98,80,59). Sum of RGB (Red+Green+Blue) = 98+80+59=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #62503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62503B is #9DAFC4. Grayscale: #535353. Windows color (decimal): -10334149 or 3887202. OLE color: 3887202.

HSL color Cylindrical-coordinate representation of color #62503B: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62503B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 59 -
CMYK 0 0.18 0.40 0.62
HSL 32.31º 0.25% 0.31% -
HSV(B) 32.31º 0.4% 0.38% -
XYZ 8.7 8.65 5.35 -
YUV 82.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 98 80 59 0 0.18 0.40 0.62 32.31 0.25 0.31
Hex 62 50 3B 0 12 28 3E 20 19 1F
Octal 142 120 73 0 22 50 76 40 31 37
Binary 1100010 1010000 111011 0 10010 101000 111110 100000 11001 11111

Color Harmonies of #62503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62503B

Black with #62503B

Text Example


Text Example

White with #62503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,80,59); }

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

background-color css

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

 a { background-color: rgb(98,80,59); }

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

border-color css

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

 span { border-color: rgb(98,80,59); }

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