Html Css Color HEX #534B45 Cork

📋 copy color: '#534B45'

red 83 ◦ green 75 ◦ blue 69

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

Shades of Cork #534B45

Tints of Cork #534B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.4%

R = 36.56%
G = 33.04%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534B45 (or 0x534B45) is known color: Cork. HEX triplet: 53, 4B and 45. RGB value is (83,75,69). Sum of RGB (Red+Green+Blue) = 83+75+69=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B45 is #ACB4BA. Grayscale: #4C4C4C. Windows color (decimal): -11318459 or 4541267. OLE color: 4541267.

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

Color convert

RGB 83 75 69 -
CMYK 0 0.10 0.17 0.67
HSL 25.71º 0.09% 0.3% -
HSV(B) 25.71º 0.17% 0.33% -
XYZ 7.16 7.3 6.66 -
YUV 76.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 83 75 69 0 0.10 0.17 0.67 25.71 0.09 0.3
Hex 53 4B 45 0 A 11 43 1A 9 1E
Octal 123 113 105 0 12 21 103 32 11 36
Binary 1010011 1001011 1000101 0 1010 10001 1000011 11010 1001 11110

Color Harmonies of #534B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B45

Black with #534B45

Text Example


Text Example

White with #534B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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