Html Css Color HEX #553C1D Carnaby Tan

📋 copy color: '#553C1D'

red 85 ◦ green 60 ◦ blue 29

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

Shades of Carnaby Tan #553C1D

Tints of Carnaby Tan #553C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.48%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 48.85%
G = 34.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#553C1D (or 0x553C1D) is known color: Carnaby Tan. HEX triplet: 55, 3C and 1D. RGB value is (85,60,29). Sum of RGB (Red+Green+Blue) = 85+60+29=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C1D is #AAC3E2. Grayscale: #404040. Windows color (decimal): -11191267 or 1915989. OLE color: 1915989.

HSL color Cylindrical-coordinate representation of color #553C1D: hue angle of 33.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553C1D is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 60 29 -
CMYK 0 0.29 0.66 0.67
HSL 33.21º 0.49% 0.22% -
HSV(B) 33.21º 0.66% 0.33% -
XYZ 5.58 5.25 1.88 -
YUV 63.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 85 60 29 0 0.29 0.66 0.67 33.21 0.49 0.22
Hex 55 3C 1D 0 1D 42 43 21 31 16
Octal 125 74 35 0 35 102 103 41 61 26
Binary 1010101 111100 11101 0 11101 1000010 1000011 100001 110001 10110

Color Harmonies of #553C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C1D

Black with #553C1D

Text Example


Text Example

White with #553C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553C1D; }

 p { color: rgb(85,60,29); }

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

background-color css

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

 a { background-color: rgb(85,60,29); }

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

border-color css

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

 span { border-color: rgb(85,60,29); }

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