Html Css Color HEX #483F3E Crater Brown

📋 copy color: '#483F3E'

red 72 ◦ green 63 ◦ blue 62

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

Shades of Crater Brown #483F3E

Tints of Crater Brown #483F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.47%

R = 36.55%
G = 31.98%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#483F3E (or 0x483F3E) is known color: Crater Brown. HEX triplet: 48, 3F and 3E. RGB value is (72,63,62). Sum of RGB (Red+Green+Blue) = 72+63+62=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3E is #B7C0C1. Grayscale: #414141. Windows color (decimal): -12042434 or 4079432. OLE color: 4079432.

HSL color Cylindrical-coordinate representation of color #483F3E: hue angle of 6º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483F3E is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 62 -
CMYK 0 0.12 0.14 0.72
HSL 0.07% 0.26% -
HSV(B) 0.14% 0.28% -
XYZ 5.32 5.28 5.3 -
YUV 65.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 72 63 62 0 0.12 0.14 0.72 6 0.07 0.26
Hex 48 3F 3E 0 C E 48 6 7 1A
Octal 110 77 76 0 14 16 110 6 7 32
Binary 1001000 111111 111110 0 1100 1110 1001000 110 111 11010

Color Harmonies of #483F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F3E

Black with #483F3E

Text Example


Text Example

White with #483F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F3E; }

 p { color: rgb(72,63,62); }

 H1.HeaderClassName
 {
   color: #483F3E;
 }
 .AnyTagClassName
 {
   color: #483F3E;
 }
</style>

background-color css

<style>
 a { background-color: #483F3E; }

 a { background-color: rgb(72,63,62); }

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

border-color css

<style>
 span { border-color: #483F3E; }

 span { border-color: rgb(72,63,62); }

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