Html Css Color HEX #62312C Redwood

📋 copy color: '#62312C'

red 98 ◦ green 49 ◦ blue 44

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

Shades of Redwood #62312C

Tints of Redwood #62312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 51.31%
G = 25.65%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#62312C (or 0x62312C) is known color: Redwood. HEX triplet: 62, 31 and 2C. RGB value is (98,49,44). Sum of RGB (Red+Green+Blue) = 98+49+44=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312C is #9DCED3. Grayscale: #3F3F3F. Windows color (decimal): -10342100 or 2896226. OLE color: 2896226.

HSL color Cylindrical-coordinate representation of color #62312C: hue angle of 5.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62312C is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 44 -
CMYK 0 0.5 0.55 0.62
HSL 5.56º 0.38% 0.28% -
HSV(B) 5.56º 0.55% 0.38% -
XYZ 6.59 4.98 3 -
YUV 63.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 98 49 44 0 0.5 0.55 0.62 5.56 0.38 0.28
Hex 62 31 2C 0 32 37 3E 6 26 1C
Octal 142 61 54 0 62 67 76 6 46 34
Binary 1100010 110001 101100 0 110010 110111 111110 110 100110 11100

Color Harmonies of #62312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62312C

Black with #62312C

Text Example


Text Example

White with #62312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62312C; }

 p { color: rgb(98,49,44); }

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

background-color css

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

 a { background-color: rgb(98,49,44); }

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

border-color css

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

 span { border-color: rgb(98,49,44); }

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