Html Css Color HEX #C38761 Burning Sand

📋 copy color: '#C38761'

red 195 ◦ green 135 ◦ blue 97

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

Shades of Burning Sand #C38761

Tints of Burning Sand #C38761

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

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

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

R = 45.67%
G = 31.62%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38761 (or 0xC38761) is known color: Burning Sand. HEX triplet: C3, 87 and 61. RGB value is (195,135,97). Sum of RGB (Red+Green+Blue) = 195+135+97=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38761 is #3C789E. Grayscale: #949494. Windows color (decimal): -3963039 or 6391747. OLE color: 6391747.

HSL color Cylindrical-coordinate representation of color #C38761: hue angle of 23.27º degrees, saturation: 0.45, 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 #C38761 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 97 -
CMYK 0 0.31 0.50 0.24
HSL 23.27º 0.45% 0.57% -
HSV(B) 23.27º 0.5% 0.76% -
XYZ 33.33 29.79 15.3 -
YUV 148.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 195 135 97 0 0.31 0.50 0.24 23.27 0.45 0.57
Hex C3 87 61 0 1F 32 18 17 2D 39
Octal 303 207 141 0 37 62 30 27 55 71
Binary 11000011 10000111 1100001 0 11111 110010 11000 10111 101101 111001

Color Harmonies of #C38761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38761

Black with #C38761

Text Example


Text Example

White with #C38761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38761; }

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

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

background-color css

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

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

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

border-color css

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

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

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