Html Css Color HEX #553828 Carnaby Tan

📋 copy color: '#553828'

red 85 ◦ green 56 ◦ blue 40

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

Shades of Carnaby Tan #553828

Tints of Carnaby Tan #553828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 46.96%
G = 30.94%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#553828 (or 0x553828) is known color: Carnaby Tan. HEX triplet: 55, 38 and 28. RGB value is (85,56,40). Sum of RGB (Red+Green+Blue) = 85+56+40=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553828 is #AAC7D7. Grayscale: #3E3E3E. Windows color (decimal): -11192280 or 2635861. OLE color: 2635861.

HSL color Cylindrical-coordinate representation of color #553828: hue angle of 21.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553828 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 40 -
CMYK 0 0.34 0.53 0.67
HSL 21.33º 0.36% 0.25% -
HSV(B) 21.33º 0.53% 0.33% -
XYZ 5.54 4.91 2.66 -
YUV 62.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 85 56 40 0 0.34 0.53 0.67 21.33 0.36 0.25
Hex 55 38 28 0 22 35 43 15 24 19
Octal 125 70 50 0 42 65 103 25 44 31
Binary 1010101 111000 101000 0 100010 110101 1000011 10101 100100 11001

Color Harmonies of #553828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553828

Black with #553828

Text Example


Text Example

White with #553828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553828; }

 p { color: rgb(85,56,40); }

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

background-color css

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

 a { background-color: rgb(85,56,40); }

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

border-color css

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

 span { border-color: rgb(85,56,40); }

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