Html Css Color HEX #10531C Crusoe

📋 copy color: '#10531C'

red 16 ◦ green 83 ◦ blue 28

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

Shades of Crusoe #10531C

Tints of Crusoe #10531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 65.35%

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

R = 12.6%
G = 65.35%
B = 22.05%

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

#10531C (or 0x10531C) is known color: Crusoe. HEX triplet: 10, 53 and 1C. RGB value is (16,83,28). Sum of RGB (Red+Green+Blue) = 16+83+28=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #10531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10531C is #EFACE3. Grayscale: #383838. Windows color (decimal): -15707364 or 1856272. OLE color: 1856272.

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

Color convert

RGB 16 83 28 -
CMYK 0.81 0 0.66 0.67
HSL 130.75º 0.68% 0.19% -
HSV(B) 130.75º 0.81% 0.33% -
XYZ 3.52 6.38 2.14 -
YUV 56.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 16 83 28 0.81 0 0.66 0.67 130.75 0.68 0.19
Hex 10 53 1C 51 0 42 43 83 44 13
Octal 20 123 34 121 0 102 103 203 104 23
Binary 10000 1010011 11100 1010001 0 1000010 1000011 10000011 1000100 10011

Color Harmonies of #10531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10531C

Black with #10531C

Text Example


Text Example

White with #10531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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