Html Css Color HEX #554030 Brown Derby

📋 copy color: '#554030'

red 85 ◦ green 64 ◦ blue 48

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

Shades of Brown Derby #554030

Tints of Brown Derby #554030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 43.15%
G = 32.49%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#554030 (or 0x554030) is known color: Brown Derby. HEX triplet: 55, 40 and 30. RGB value is (85,64,48). Sum of RGB (Red+Green+Blue) = 85+64+48=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554030 is #AABFCF. Grayscale: #444444. Windows color (decimal): -11190224 or 3162197. OLE color: 3162197.

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

Color convert

RGB 85 64 48 -
CMYK 0 0.25 0.44 0.67
HSL 25.95º 0.28% 0.26% -
HSV(B) 25.95º 0.44% 0.33% -
XYZ 6.11 5.81 3.6 -
YUV 68.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 85 64 48 0 0.25 0.44 0.67 25.95 0.28 0.26
Hex 55 40 30 0 19 2C 43 1A 1C 1A
Octal 125 100 60 0 31 54 103 32 34 32
Binary 1010101 1000000 110000 0 11001 101100 1000011 11010 11100 11010

Color Harmonies of #554030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554030

Black with #554030

Text Example


Text Example

White with #554030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554030; }

 p { color: rgb(85,64,48); }

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

background-color css

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

 a { background-color: rgb(85,64,48); }

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

border-color css

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

 span { border-color: rgb(85,64,48); }

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