Html Css Color HEX #425831 Dell

📋 copy color: '#425831'

red 66 ◦ green 88 ◦ blue 49

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

Shades of Dell #425831

Tints of Dell #425831

RGB

 RED value IS 66 (26.17% from 255) = 32.51%

 GREEN value IS 88 (34.77% from 255) = 43.35%

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 32.51%
G = 43.35%
B = 24.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#425831 (or 0x425831) is known color: Dell. HEX triplet: 42, 58 and 31. RGB value is (66,88,49). Sum of RGB (Red+Green+Blue) = 66+88+49=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #425831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425831 is #BDA7CE. Grayscale: #4D4D4D. Windows color (decimal): -12429263 or 3233858. OLE color: 3233858.

HSL color Cylindrical-coordinate representation of color #425831: hue angle of 93.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425831 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 49 -
CMYK 0.25 0 0.44 0.65
HSL 93.85º 0.28% 0.27% -
HSV(B) 93.85º 0.44% 0.35% -
XYZ 6.29 8.36 4.19 -
YUV 76.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 66 88 49 0.25 0 0.44 0.65 93.85 0.28 0.27
Hex 42 58 31 19 0 2C 41 5E 1C 1B
Octal 102 130 61 31 0 54 101 136 34 33
Binary 1000010 1011000 110001 11001 0 101100 1000001 1011110 11100 11011

Color Harmonies of #425831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425831

Black with #425831

Text Example


Text Example

White with #425831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425831; }

 p { color: rgb(66,88,49); }

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

background-color css

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

 a { background-color: rgb(66,88,49); }

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

border-color css

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

 span { border-color: rgb(66,88,49); }

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