Html Css Color HEX #CD7713 Ochre

📋 copy color: '#CD7713'

red 205 ◦ green 119 ◦ blue 19

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

Shades of Ochre #CD7713

Tints of Ochre #CD7713

RGB

 RED value IS 205 (80.47% from 255) = 59.77%

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 59.77%
G = 34.69%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD7713 (or 0xCD7713) is known color: Ochre. HEX triplet: CD, 77 and 13. RGB value is (205,119,19). Sum of RGB (Red+Green+Blue) = 205+119+19=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7713 is #3288EC. Grayscale: #858585. Windows color (decimal): -3311853 or 1275853. OLE color: 1275853.

HSL color Cylindrical-coordinate representation of color #CD7713: hue angle of 32.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD7713 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 19 -
CMYK 0 0.42 0.91 0.20
HSL 32.26º 0.83% 0.44% -
HSV(B) 32.26º 0.91% 0.8% -
XYZ 31.89 26.22 4 -
YUV 133.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 205 119 19 0 0.42 0.91 0.20 32.26 0.83 0.44
Hex CD 77 13 0 2A 5B 14 20 53 2C
Octal 315 167 23 0 52 133 24 40 123 54
Binary 11001101 1110111 10011 0 101010 1011011 10100 100000 1010011 101100

Color Harmonies of #CD7713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7713

Black with #CD7713

Text Example


Text Example

White with #CD7713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7713; }

 p { color: rgb(205,119,19); }

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

background-color css

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

 a { background-color: rgb(205,119,19); }

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

border-color css

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

 span { border-color: rgb(205,119,19); }

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