Html Css Color HEX #554B45 Cork

📋 copy color: '#554B45'

red 85 ◦ green 75 ◦ blue 69

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

Shades of Cork #554B45

Tints of Cork #554B45

RGB

 RED value IS 85 (33.59% from 255) = 37.12%

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

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

R = 37.12%
G = 32.75%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#554B45 (or 0x554B45) is known color: Cork. HEX triplet: 55, 4B and 45. RGB value is (85,75,69). Sum of RGB (Red+Green+Blue) = 85+75+69=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B45 is #AAB4BA. Grayscale: #4D4D4D. Windows color (decimal): -11187387 or 4541269. OLE color: 4541269.

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

Color convert

RGB 85 75 69 -
CMYK 0 0.12 0.19 0.67
HSL 22.5º 0.1% 0.3% -
HSV(B) 22.5º 0.19% 0.33% -
XYZ 7.34 7.39 6.67 -
YUV 77.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 85 75 69 0 0.12 0.19 0.67 22.5 0.1 0.3
Hex 55 4B 45 0 C 13 43 16 A 1E
Octal 125 113 105 0 14 23 103 26 12 36
Binary 1010101 1001011 1000101 0 1100 10011 1000011 10110 1010 11110

Color Harmonies of #554B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B45

Black with #554B45

Text Example


Text Example

White with #554B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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