Html Css Color HEX #CD731A Ochre

📋 copy color: '#CD731A'

red 205 ◦ green 115 ◦ blue 26

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

Shades of Ochre #CD731A

Tints of Ochre #CD731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 59.25%
G = 33.24%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD731A (or 0xCD731A) is known color: Ochre. HEX triplet: CD, 73 and 1A. RGB value is (205,115,26). Sum of RGB (Red+Green+Blue) = 205+115+26=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD731A is #328CE5. Grayscale: #848484. Windows color (decimal): -3312870 or 1733581. OLE color: 1733581.

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

Color convert

RGB 205 115 26 -
CMYK 0 0.44 0.87 0.20
HSL 29.83º 0.77% 0.45% -
HSV(B) 29.83º 0.87% 0.8% -
XYZ 31.49 25.32 4.2 -
YUV 131.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 205 115 26 0 0.44 0.87 0.20 29.83 0.77 0.45
Hex CD 73 1A 0 2C 57 14 1E 4D 2D
Octal 315 163 32 0 54 127 24 36 115 55
Binary 11001101 1110011 11010 0 101100 1010111 10100 11110 1001101 101101

Color Harmonies of #CD731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD731A

Black with #CD731A

Text Example


Text Example

White with #CD731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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