Html Css Color HEX #62372F Redwood

📋 copy color: '#62372F'

red 98 ◦ green 55 ◦ blue 47

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

Shades of Redwood #62372F

Tints of Redwood #62372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 49%
G = 27.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62372F (or 0x62372F) is known color: Redwood. HEX triplet: 62, 37 and 2F. RGB value is (98,55,47). Sum of RGB (Red+Green+Blue) = 98+55+47=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #62372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62372F is #9DC8D0. Grayscale: #434343. Windows color (decimal): -10340561 or 3094370. OLE color: 3094370.

HSL color Cylindrical-coordinate representation of color #62372F: hue angle of 9.41º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62372F is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 55 47 -
CMYK 0 0.44 0.52 0.62
HSL 9.41º 0.35% 0.28% -
HSV(B) 9.41º 0.52% 0.38% -
XYZ 6.92 5.53 3.39 -
YUV 66.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 98 55 47 0 0.44 0.52 0.62 9.41 0.35 0.28
Hex 62 37 2F 0 2C 34 3E 9 23 1C
Octal 142 67 57 0 54 64 76 11 43 34
Binary 1100010 110111 101111 0 101100 110100 111110 1001 100011 11100

Color Harmonies of #62372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62372F

Black with #62372F

Text Example


Text Example

White with #62372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62372F; }

 p { color: rgb(98,55,47); }

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

background-color css

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

 a { background-color: rgb(98,55,47); }

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

border-color css

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

 span { border-color: rgb(98,55,47); }

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