Html Css Color HEX #CD731C Ochre

📋 copy color: '#CD731C'

red 205 ◦ green 115 ◦ blue 28

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

Shades of Ochre #CD731C

Tints of Ochre #CD731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 58.91%
G = 33.05%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD731C (or 0xCD731C) is known color: Ochre. HEX triplet: CD, 73 and 1C. RGB value is (205,115,28). Sum of RGB (Red+Green+Blue) = 205+115+28=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD731C is #328CE3. Grayscale: #848484. Windows color (decimal): -3312868 or 1864653. OLE color: 1864653.

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

Color convert

RGB 205 115 28 -
CMYK 0 0.44 0.86 0.20
HSL 29.49º 0.76% 0.46% -
HSV(B) 29.49º 0.86% 0.8% -
XYZ 31.52 25.32 4.33 -
YUV 131.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 205 115 28 0 0.44 0.86 0.20 29.49 0.76 0.46
Hex CD 73 1C 0 2C 56 14 1D 4C 2E
Octal 315 163 34 0 54 126 24 35 114 56
Binary 11001101 1110011 11100 0 101100 1010110 10100 11101 1001100 101110

Color Harmonies of #CD731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD731C

Black with #CD731C

Text Example


Text Example

White with #CD731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD731C; }

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

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

background-color css

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

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

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

border-color css

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

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

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