Html Css Color HEX #553B1E Carnaby Tan

📋 copy color: '#553B1E'

red 85 ◦ green 59 ◦ blue 30

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

Shades of Carnaby Tan #553B1E

Tints of Carnaby Tan #553B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.91%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 48.85%
G = 33.91%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#553B1E (or 0x553B1E) is known color: Carnaby Tan. HEX triplet: 55, 3B and 1E. RGB value is (85,59,30). Sum of RGB (Red+Green+Blue) = 85+59+30=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1E is #AAC4E1. Grayscale: #3F3F3F. Windows color (decimal): -11191522 or 1981269. OLE color: 1981269.

HSL color Cylindrical-coordinate representation of color #553B1E: hue angle of 31.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553B1E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 59 30 -
CMYK 0 0.31 0.65 0.67
HSL 31.64º 0.48% 0.23% -
HSV(B) 31.64º 0.65% 0.33% -
XYZ 5.54 5.15 1.93 -
YUV 63.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 85 59 30 0 0.31 0.65 0.67 31.64 0.48 0.23
Hex 55 3B 1E 0 1F 41 43 20 30 17
Octal 125 73 36 0 37 101 103 40 60 27
Binary 1010101 111011 11110 0 11111 1000001 1000011 100000 110000 10111

Color Harmonies of #553B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B1E

Black with #553B1E

Text Example


Text Example

White with #553B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,30); }

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

background-color css

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

 a { background-color: rgb(85,59,30); }

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

border-color css

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

 span { border-color: rgb(85,59,30); }

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