Html Css Color HEX #10521C Crusoe

📋 copy color: '#10521C'

red 16 ◦ green 82 ◦ blue 28

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

Shades of Crusoe #10521C

Tints of Crusoe #10521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 65.08%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 12.7%
G = 65.08%
B = 22.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#10521C (or 0x10521C) is known color: Crusoe. HEX triplet: 10, 52 and 1C. RGB value is (16,82,28). Sum of RGB (Red+Green+Blue) = 16+82+28=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #10521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10521C is #EFADE3. Grayscale: #383838. Windows color (decimal): -15707620 or 1856016. OLE color: 1856016.

HSL color Cylindrical-coordinate representation of color #10521C: hue angle of 130.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10521C is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 82 28 -
CMYK 0.80 0 0.66 0.68
HSL 130.91º 0.67% 0.19% -
HSV(B) 130.91º 0.8% 0.32% -
XYZ 3.44 6.23 2.12 -
YUV 56.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 16 82 28 0.80 0 0.66 0.68 130.91 0.67 0.19
Hex 10 52 1C 50 0 42 44 83 43 13
Octal 20 122 34 120 0 102 104 203 103 23
Binary 10000 1010010 11100 1010000 0 1000010 1000100 10000011 1000011 10011

Color Harmonies of #10521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10521C

Black with #10521C

Text Example


Text Example

White with #10521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10521C; }

 p { color: rgb(16,82,28); }

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

background-color css

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

 a { background-color: rgb(16,82,28); }

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

border-color css

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

 span { border-color: rgb(16,82,28); }

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