Html Css Color HEX #4B613D Dell

📋 copy color: '#4B613D'

red 75 ◦ green 97 ◦ blue 61

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

Shades of Dell #4B613D

Tints of Dell #4B613D

RGB

 RED value IS 75 (29.69% from 255) = 32.19%

 GREEN value IS 97 (38.28% from 255) = 41.63%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 32.19%
G = 41.63%
B = 26.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#4B613D (or 0x4B613D) is known color: Dell. HEX triplet: 4B, 61 and 3D. RGB value is (75,97,61). Sum of RGB (Red+Green+Blue) = 75+97+61=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #4B613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B613D is #B49EC2. Grayscale: #565656. Windows color (decimal): -11837123 or 4022603. OLE color: 4022603.

HSL color Cylindrical-coordinate representation of color #4B613D: hue angle of 96.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B613D is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 61 -
CMYK 0.23 0 0.37 0.62
HSL 96.67º 0.23% 0.31% -
HSV(B) 96.67º 0.37% 0.38% -
XYZ 8.02 10.38 6 -
YUV 86.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 75 97 61 0.23 0 0.37 0.62 96.67 0.23 0.31
Hex 4B 61 3D 17 0 25 3E 61 17 1F
Octal 113 141 75 27 0 45 76 141 27 37
Binary 1001011 1100001 111101 10111 0 100101 111110 1100001 10111 11111

Color Harmonies of #4B613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B613D

Black with #4B613D

Text Example


Text Example

White with #4B613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B613D; }

 p { color: rgb(75,97,61); }

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

background-color css

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

 a { background-color: rgb(75,97,61); }

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

border-color css

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

 span { border-color: rgb(75,97,61); }

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