Html Css Color HEX #10551D Crusoe

📋 copy color: '#10551D'

red 16 ◦ green 85 ◦ blue 29

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

Shades of Crusoe #10551D

Tints of Crusoe #10551D

RGB

 RED value IS 16 (6.64% from 255) = 12.31%

 GREEN value IS 85 (33.59% from 255) = 65.38%

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

R = 12.31%
G = 65.38%
B = 22.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#10551D (or 0x10551D) is known color: Crusoe. HEX triplet: 10, 55 and 1D. RGB value is (16,85,29). Sum of RGB (Red+Green+Blue) = 16+85+29=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #10551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10551D is #EFAAE2. Grayscale: #3A3A3A. Windows color (decimal): -15706851 or 1922320. OLE color: 1922320.

HSL color Cylindrical-coordinate representation of color #10551D: hue angle of 131.3º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10551D is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 85 29 -
CMYK 0.81 0 0.66 0.67
HSL 131.3º 0.68% 0.2% -
HSV(B) 131.3º 0.81% 0.33% -
XYZ 3.68 6.7 2.26 -
YUV 57.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 16 85 29 0.81 0 0.66 0.67 131.3 0.68 0.2
Hex 10 55 1D 51 0 42 43 83 44 14
Octal 20 125 35 121 0 102 103 203 104 24
Binary 10000 1010101 11101 1010001 0 1000010 1000011 10000011 1000100 10100

Color Harmonies of #10551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10551D

Black with #10551D

Text Example


Text Example

White with #10551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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