Html Css Color HEX #484D3D Tuatara

📋 copy color: '#484D3D'

red 72 ◦ green 77 ◦ blue 61

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

Shades of Tuatara #484D3D

Tints of Tuatara #484D3D

RGB

 RED value IS 72 (28.52% from 255) = 34.29%

 GREEN value IS 77 (30.47% from 255) = 36.67%

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

R = 34.29%
G = 36.67%
B = 29.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#484D3D (or 0x484D3D) is known color: Tuatara. HEX triplet: 48, 4D and 3D. RGB value is (72,77,61). Sum of RGB (Red+Green+Blue) = 72+77+61=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #484D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D3D is #B7B2C2. Grayscale: #494949. Windows color (decimal): -12038851 or 4017480. OLE color: 4017480.

HSL color Cylindrical-coordinate representation of color #484D3D: hue angle of 78.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484D3D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 77 61 -
CMYK 0.06 0 0.21 0.70
HSL 78.75º 0.12% 0.27% -
HSV(B) 78.75º 0.21% 0.3% -
XYZ 6.17 7.02 5.45 -
YUV 73.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 72 77 61 0.06 0 0.21 0.70 78.75 0.12 0.27
Hex 48 4D 3D 6 0 15 46 4F C 1B
Octal 110 115 75 6 0 25 106 117 14 33
Binary 1001000 1001101 111101 110 0 10101 1000110 1001111 1100 11011

Color Harmonies of #484D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D3D

Black with #484D3D

Text Example


Text Example

White with #484D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484D3D; }

 p { color: rgb(72,77,61); }

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

background-color css

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

 a { background-color: rgb(72,77,61); }

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

border-color css

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

 span { border-color: rgb(72,77,61); }

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