Html Css Color HEX #553625 Carnaby Tan

📋 copy color: '#553625'

red 85 ◦ green 54 ◦ blue 37

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

Shades of Carnaby Tan #553625

Tints of Carnaby Tan #553625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 48.3%
G = 30.68%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#553625 (or 0x553625) is known color: Carnaby Tan. HEX triplet: 55, 36 and 25. RGB value is (85,54,37). Sum of RGB (Red+Green+Blue) = 85+54+37=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553625 is #AAC9DA. Grayscale: #3D3D3D. Windows color (decimal): -11192795 or 2438741. OLE color: 2438741.

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

Color convert

RGB 85 54 37 -
CMYK 0 0.36 0.56 0.67
HSL 21.25º 0.39% 0.24% -
HSV(B) 21.25º 0.56% 0.33% -
XYZ 5.4 4.7 2.37 -
YUV 61.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 85 54 37 0 0.36 0.56 0.67 21.25 0.39 0.24
Hex 55 36 25 0 24 38 43 15 27 18
Octal 125 66 45 0 44 70 103 25 47 30
Binary 1010101 110110 100101 0 100100 111000 1000011 10101 100111 11000

Color Harmonies of #553625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553625

Black with #553625

Text Example


Text Example

White with #553625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553625; }

 p { color: rgb(85,54,37); }

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

background-color css

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

 a { background-color: rgb(85,54,37); }

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

border-color css

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

 span { border-color: rgb(85,54,37); }

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