Html Css Color HEX #10531B Crusoe

📋 copy color: '#10531B'

red 16 ◦ green 83 ◦ blue 27

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

Shades of Crusoe #10531B

Tints of Crusoe #10531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 12.7%
G = 65.87%
B = 21.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#10531B (or 0x10531B) is known color: Crusoe. HEX triplet: 10, 53 and 1B. RGB value is (16,83,27). Sum of RGB (Red+Green+Blue) = 16+83+27=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #10531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10531B is #EFACE4. Grayscale: #383838. Windows color (decimal): -15707365 or 1790736. OLE color: 1790736.

HSL color Cylindrical-coordinate representation of color #10531B: hue angle of 129.85º 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 #10531B is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 83 27 -
CMYK 0.81 0 0.67 0.67
HSL 129.85º 0.68% 0.19% -
HSV(B) 129.85º 0.81% 0.33% -
XYZ 3.5 6.38 2.08 -
YUV 56.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 16 83 27 0.81 0 0.67 0.67 129.85 0.68 0.19
Hex 10 53 1B 51 0 43 43 82 44 13
Octal 20 123 33 121 0 103 103 202 104 23
Binary 10000 1010011 11011 1010001 0 1000011 1000011 10000010 1000100 10011

Color Harmonies of #10531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10531B

Black with #10531B

Text Example


Text Example

White with #10531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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