Html Css Color HEX #62312D Redwood

📋 copy color: '#62312D'

red 98 ◦ green 49 ◦ blue 45

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

Shades of Redwood #62312D

Tints of Redwood #62312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 51.04%
G = 25.52%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#62312D (or 0x62312D) is known color: Redwood. HEX triplet: 62, 31 and 2D. RGB value is (98,49,45). Sum of RGB (Red+Green+Blue) = 98+49+45=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62312D is #9DCED2. Grayscale: #3F3F3F. Windows color (decimal): -10342099 or 2961762. OLE color: 2961762.

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

Color convert

RGB 98 49 45 -
CMYK 0 0.5 0.54 0.62
HSL 4.53º 0.37% 0.28% -
HSV(B) 4.53º 0.54% 0.38% -
XYZ 6.61 4.98 3.1 -
YUV 63.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 98 49 45 0 0.5 0.54 0.62 4.53 0.37 0.28
Hex 62 31 2D 0 32 36 3E 5 25 1C
Octal 142 61 55 0 62 66 76 5 45 34
Binary 1100010 110001 101101 0 110010 110110 111110 101 100101 11100

Color Harmonies of #62312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62312D

Black with #62312D

Text Example


Text Example

White with #62312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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