Html Css Color HEX #4B4035 Space Shuttle

📋 copy color: '#4B4035'

red 75 ◦ green 64 ◦ blue 53

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

Shades of Space Shuttle #4B4035

Tints of Space Shuttle #4B4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 39.06%
G = 33.33%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B4035 (or 0x4B4035) is known color: Space Shuttle. HEX triplet: 4B, 40 and 35. RGB value is (75,64,53). Sum of RGB (Red+Green+Blue) = 75+64+53=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4035 is #B4BFCA. Grayscale: #424242. Windows color (decimal): -11845579 or 3489867. OLE color: 3489867.

HSL color Cylindrical-coordinate representation of color #4B4035: hue angle of 30º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B4035 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 64 53 -
CMYK 0 0.15 0.29 0.71
HSL 30º 0.17% 0.25% -
HSV(B) 30º 0.29% 0.29% -
XYZ 5.38 5.42 4.13 -
YUV 66.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 75 64 53 0 0.15 0.29 0.71 30 0.17 0.25
Hex 4B 40 35 0 F 1D 47 1E 11 19
Octal 113 100 65 0 17 35 107 36 21 31
Binary 1001011 1000000 110101 0 1111 11101 1000111 11110 10001 11001

Color Harmonies of #4B4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4035

Black with #4B4035

Text Example


Text Example

White with #4B4035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,53); }

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

background-color css

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

 a { background-color: rgb(75,64,53); }

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

border-color css

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

 span { border-color: rgb(75,64,53); }

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