Html Css Color HEX #C5751D Ochre

📋 copy color: '#C5751D'

red 197 ◦ green 117 ◦ blue 29

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

Shades of Ochre #C5751D

Tints of Ochre #C5751D

RGB

 RED value IS 197 (77.34% from 255) = 57.43%

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 57.43%
G = 34.11%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5751D (or 0xC5751D) is known color: Ochre. HEX triplet: C5, 75 and 1D. RGB value is (197,117,29). Sum of RGB (Red+Green+Blue) = 197+117+29=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5751D is #3A8AE2. Grayscale: #838383. Windows color (decimal): -3836643 or 1930693. OLE color: 1930693.

HSL color Cylindrical-coordinate representation of color #C5751D: hue angle of 31.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5751D is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 117 29 -
CMYK 0 0.41 0.85 0.23
HSL 31.43º 0.74% 0.44% -
HSV(B) 31.43º 0.85% 0.77% -
XYZ 29.61 24.68 4.37 -
YUV 130.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 197 117 29 0 0.41 0.85 0.23 31.43 0.74 0.44
Hex C5 75 1D 0 29 55 17 1F 4A 2C
Octal 305 165 35 0 51 125 27 37 112 54
Binary 11000101 1110101 11101 0 101001 1010101 10111 11111 1001010 101100

Color Harmonies of #C5751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5751D

Black with #C5751D

Text Example


Text Example

White with #C5751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5751D; }

 p { color: rgb(197,117,29); }

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

background-color css

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

 a { background-color: rgb(197,117,29); }

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

border-color css

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

 span { border-color: rgb(197,117,29); }

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