Html Css Color HEX #60382F Redwood

📋 copy color: '#60382F'

red 96 ◦ green 56 ◦ blue 47

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

Shades of Redwood #60382F

Tints of Redwood #60382F

RGB

 RED value IS 96 (37.89% from 255) = 48.24%

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

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

R = 48.24%
G = 28.14%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60382F (or 0x60382F) is known color: Redwood. HEX triplet: 60, 38 and 2F. RGB value is (96,56,47). Sum of RGB (Red+Green+Blue) = 96+56+47=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #60382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60382F is #9FC7D0. Grayscale: #434343. Windows color (decimal): -10471377 or 3094624. OLE color: 3094624.

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

Color convert

RGB 96 56 47 -
CMYK 0 0.42 0.51 0.62
HSL 11.02º 0.34% 0.28% -
HSV(B) 11.02º 0.51% 0.38% -
XYZ 6.75 5.52 3.4 -
YUV 66.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 96 56 47 0 0.42 0.51 0.62 11.02 0.34 0.28
Hex 60 38 2F 0 2A 33 3E B 22 1C
Octal 140 70 57 0 52 63 76 13 42 34
Binary 1100000 111000 101111 0 101010 110011 111110 1011 100010 11100

Color Harmonies of #60382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60382F

Black with #60382F

Text Example


Text Example

White with #60382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,56,47); }

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

background-color css

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

 a { background-color: rgb(96,56,47); }

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

border-color css

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

 span { border-color: rgb(96,56,47); }

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