Html Css Color HEX #423F3A Space Shuttle

📋 copy color: '#423F3A'

red 66 ◦ green 63 ◦ blue 58

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

Shades of Space Shuttle #423F3A

Tints of Space Shuttle #423F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 35.29%
G = 33.69%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#423F3A (or 0x423F3A) is known color: Space Shuttle. HEX triplet: 42, 3F and 3A. RGB value is (66,63,58). Sum of RGB (Red+Green+Blue) = 66+63+58=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 66 - color contains mainly: red. Hex color #423F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F3A is #BDC0C5. Grayscale: #3F3F3F. Windows color (decimal): -12435654 or 3817282. OLE color: 3817282.

HSL color Cylindrical-coordinate representation of color #423F3A: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #423F3A is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 63 58 -
CMYK 0 0.05 0.12 0.74
HSL 37.5º 0.06% 0.24% -
HSV(B) 37.5º 0.12% 0.26% -
XYZ 4.79 5.02 4.72 -
YUV 63.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 66 63 58 0 0.05 0.12 0.74 37.5 0.06 0.24
Hex 42 3F 3A 0 5 C 4A 26 6 18
Octal 102 77 72 0 5 14 112 46 6 30
Binary 1000010 111111 111010 0 101 1100 1001010 100110 110 11000

Color Harmonies of #423F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F3A

Black with #423F3A

Text Example


Text Example

White with #423F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423F3A; }

 p { color: rgb(66,63,58); }

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

background-color css

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

 a { background-color: rgb(66,63,58); }

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

border-color css

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

 span { border-color: rgb(66,63,58); }

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