Html Css Color HEX #533F3A Crater Brown

📋 copy color: '#533F3A'

red 83 ◦ green 63 ◦ blue 58

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

Shades of Crater Brown #533F3A

Tints of Crater Brown #533F3A

RGB

 RED value IS 83 (32.81% from 255) = 40.69%

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

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

R = 40.69%
G = 30.88%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#533F3A (or 0x533F3A) is known color: Crater Brown. HEX triplet: 53, 3F and 3A. RGB value is (83,63,58). Sum of RGB (Red+Green+Blue) = 83+63+58=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F3A is #ACC0C5. Grayscale: #444444. Windows color (decimal): -11321542 or 3817299. OLE color: 3817299.

HSL color Cylindrical-coordinate representation of color #533F3A: hue angle of 12º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533F3A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 58 -
CMYK 0 0.24 0.30 0.67
HSL 12º 0.18% 0.28% -
HSV(B) 12º 0.3% 0.33% -
XYZ 6.11 5.7 4.78 -
YUV 68.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 83 63 58 0 0.24 0.30 0.67 12 0.18 0.28
Hex 53 3F 3A 0 18 1E 43 C 12 1C
Octal 123 77 72 0 30 36 103 14 22 34
Binary 1010011 111111 111010 0 11000 11110 1000011 1100 10010 11100

Color Harmonies of #533F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F3A

Black with #533F3A

Text Example


Text Example

White with #533F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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