Html Css Color HEX #C18761 Burning Sand

📋 copy color: '#C18761'

red 193 ◦ green 135 ◦ blue 97

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

Shades of Burning Sand #C18761

Tints of Burning Sand #C18761

RGB

 RED value IS 193 (75.78% from 255) = 45.41%

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 97 (38.28% from 255) = 22.82%

R = 45.41%
G = 31.76%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C18761 (or 0xC18761) is known color: Burning Sand. HEX triplet: C1, 87 and 61. RGB value is (193,135,97). Sum of RGB (Red+Green+Blue) = 193+135+97=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18761 is #3E789E. Grayscale: #949494. Windows color (decimal): -4094111 or 6391745. OLE color: 6391745.

HSL color Cylindrical-coordinate representation of color #C18761: hue angle of 23.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18761 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 135 97 -
CMYK 0 0.30 0.50 0.24
HSL 23.75º 0.44% 0.57% -
HSV(B) 23.75º 0.5% 0.76% -
XYZ 32.81 29.53 15.28 -
YUV 148.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 193 135 97 0 0.30 0.50 0.24 23.75 0.44 0.57
Hex C1 87 61 0 1E 32 18 18 2C 39
Octal 301 207 141 0 36 62 30 30 54 71
Binary 11000001 10000111 1100001 0 11110 110010 11000 11000 101100 111001

Color Harmonies of #C18761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18761

Black with #C18761

Text Example


Text Example

White with #C18761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18761; }

 p { color: rgb(193,135,97); }

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

background-color css

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

 a { background-color: rgb(193,135,97); }

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

border-color css

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

 span { border-color: rgb(193,135,97); }

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