Html Css Color HEX #533F30 Paco

📋 copy color: '#533F30'

red 83 ◦ green 63 ◦ blue 48

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

Shades of Paco #533F30

Tints of Paco #533F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 42.78%
G = 32.47%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533F30 (or 0x533F30) is known color: Paco. HEX triplet: 53, 3F and 30. RGB value is (83,63,48). Sum of RGB (Red+Green+Blue) = 83+63+48=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F30 is #ACC0CF. Grayscale: #434343. Windows color (decimal): -11321552 or 3161939. OLE color: 3161939.

HSL color Cylindrical-coordinate representation of color #533F30: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533F30 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 48 -
CMYK 0 0.24 0.42 0.67
HSL 25.71º 0.27% 0.26% -
HSV(B) 25.71º 0.42% 0.33% -
XYZ 5.88 5.61 3.57 -
YUV 67.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 83 63 48 0 0.24 0.42 0.67 25.71 0.27 0.26
Hex 53 3F 30 0 18 2A 43 1A 1B 1A
Octal 123 77 60 0 30 52 103 32 33 32
Binary 1010011 111111 110000 0 11000 101010 1000011 11010 11011 11010

Color Harmonies of #533F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F30

Black with #533F30

Text Example


Text Example

White with #533F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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