Html Css Color HEX #534B46 Cork

📋 copy color: '#534B46'

red 83 ◦ green 75 ◦ blue 70

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

Shades of Cork #534B46

Tints of Cork #534B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.89%

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 36.4%
G = 32.89%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#534B46 (or 0x534B46) is known color: Cork. HEX triplet: 53, 4B and 46. RGB value is (83,75,70). Sum of RGB (Red+Green+Blue) = 83+75+70=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B46 is #ACB4B9. Grayscale: #4C4C4C. Windows color (decimal): -11318458 or 4606803. OLE color: 4606803.

HSL color Cylindrical-coordinate representation of color #534B46: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534B46 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 70 -
CMYK 0 0.10 0.16 0.67
HSL 23.08º 0.08% 0.3% -
HSV(B) 23.08º 0.16% 0.33% -
XYZ 7.19 7.31 6.83 -
YUV 76.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 83 75 70 0 0.10 0.16 0.67 23.08 0.08 0.3
Hex 53 4B 46 0 A 10 43 17 8 1E
Octal 123 113 106 0 12 20 103 27 10 36
Binary 1010011 1001011 1000110 0 1010 10000 1000011 10111 1000 11110

Color Harmonies of #534B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B46

Black with #534B46

Text Example


Text Example

White with #534B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B46; }

 p { color: rgb(83,75,70); }

 H1.HeaderClassName
 {
   color: #534B46;
 }
 .AnyTagClassName
 {
   color: #534B46;
 }
</style>

background-color css

<style>
 a { background-color: #534B46; }

 a { background-color: rgb(83,75,70); }

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

border-color css

<style>
 span { border-color: #534B46; }

 span { border-color: rgb(83,75,70); }

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