Html Css Color HEX #385C21 Dell

📋 copy color: '#385C21'

red 56 ◦ green 92 ◦ blue 33

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

Shades of Dell #385C21

Tints of Dell #385C21

RGB

 RED value IS 56 (22.27% from 255) = 30.94%

 GREEN value IS 92 (36.33% from 255) = 50.83%

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 30.94%
G = 50.83%
B = 18.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#385C21 (or 0x385C21) is known color: Dell. HEX triplet: 38, 5C and 21. RGB value is (56,92,33). Sum of RGB (Red+Green+Blue) = 56+92+33=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #385C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C21 is #C7A3DE. Grayscale: #4A4A4A. Windows color (decimal): -13083615 or 2186296. OLE color: 2186296.

HSL color Cylindrical-coordinate representation of color #385C21: hue angle of 96.61º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #385C21 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 33 -
CMYK 0.39 0 0.64 0.64
HSL 96.61º 0.47% 0.25% -
HSV(B) 96.61º 0.64% 0.36% -
XYZ 5.73 8.6 2.8 -
YUV 74.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 56 92 33 0.39 0 0.64 0.64 96.61 0.47 0.25
Hex 38 5C 21 27 0 40 40 61 2F 19
Octal 70 134 41 47 0 100 100 141 57 31
Binary 111000 1011100 100001 100111 0 1000000 1000000 1100001 101111 11001

Color Harmonies of #385C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C21

Black with #385C21

Text Example


Text Example

White with #385C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385C21; }

 p { color: rgb(56,92,33); }

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

background-color css

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

 a { background-color: rgb(56,92,33); }

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

border-color css

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

 span { border-color: rgb(56,92,33); }

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