Html Css Color HEX #0F5323 Crusoe

📋 copy color: '#0F5323'

red 15 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #0F5323

Tints of Crusoe #0F5323

RGB

 RED value IS 15 (6.25% from 255) = 11.28%

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

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 11.28%
G = 62.41%
B = 26.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#0F5323 (or 0x0F5323) is known color: Crusoe. HEX triplet: 0F, 53 and 23. RGB value is (15,83,35). Sum of RGB (Red+Green+Blue) = 15+83+35=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5323 is #F0ACDC. Grayscale: #393939. Windows color (decimal): -15772893 or 2315023. OLE color: 2315023.

HSL color Cylindrical-coordinate representation of color #0F5323: hue angle of 137.65º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5323 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 83 35 -
CMYK 0.82 0 0.58 0.67
HSL 137.65º 0.69% 0.19% -
HSV(B) 137.65º 0.82% 0.33% -
XYZ 3.59 6.41 2.64 -
YUV 57.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 15 83 35 0.82 0 0.58 0.67 137.65 0.69 0.19
Hex F 53 23 52 0 3A 43 8A 45 13
Octal 17 123 43 122 0 72 103 212 105 23
Binary 1111 1010011 100011 1010010 0 111010 1000011 10001010 1000101 10011

Color Harmonies of #0F5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5323

Black with #0F5323

Text Example


Text Example

White with #0F5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5323; }

 p { color: rgb(15,83,35); }

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

background-color css

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

 a { background-color: rgb(15,83,35); }

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

border-color css

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

 span { border-color: rgb(15,83,35); }

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