Html Css Color HEX #CD731E Ochre

📋 copy color: '#CD731E'

red 205 ◦ green 115 ◦ blue 30

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

Shades of Ochre #CD731E

Tints of Ochre #CD731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 58.57%
G = 32.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD731E (or 0xCD731E) is known color: Ochre. HEX triplet: CD, 73 and 1E. RGB value is (205,115,30). Sum of RGB (Red+Green+Blue) = 205+115+30=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD731E is #328CE1. Grayscale: #848484. Windows color (decimal): -3312866 or 1995725. OLE color: 1995725.

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

Color convert

RGB 205 115 30 -
CMYK 0 0.44 0.85 0.20
HSL 29.14º 0.74% 0.46% -
HSV(B) 29.14º 0.85% 0.8% -
XYZ 31.54 25.33 4.46 -
YUV 132.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 205 115 30 0 0.44 0.85 0.20 29.14 0.74 0.46
Hex CD 73 1E 0 2C 55 14 1D 4A 2E
Octal 315 163 36 0 54 125 24 35 112 56
Binary 11001101 1110011 11110 0 101100 1010101 10100 11101 1001010 101110

Color Harmonies of #CD731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD731E

Black with #CD731E

Text Example


Text Example

White with #CD731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD731E; }

 p { color: rgb(205,115,30); }

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

background-color css

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

 a { background-color: rgb(205,115,30); }

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

border-color css

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

 span { border-color: rgb(205,115,30); }

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