Html Css Color HEX #CF731D Ochre

📋 copy color: '#CF731D'

red 207 ◦ green 115 ◦ blue 29

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

Shades of Ochre #CF731D

Tints of Ochre #CF731D

RGB

 RED value IS 207 (81.25% from 255) = 58.97%

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

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

R = 58.97%
G = 32.76%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF731D (or 0xCF731D) is known color: Ochre. HEX triplet: CF, 73 and 1D. RGB value is (207,115,29). Sum of RGB (Red+Green+Blue) = 207+115+29=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731D is #308CE2. Grayscale: #858585. Windows color (decimal): -3181795 or 1930191. OLE color: 1930191.

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

Color convert

RGB 207 115 29 -
CMYK 0 0.44 0.86 0.19
HSL 28.99º 0.75% 0.46% -
HSV(B) 28.99º 0.86% 0.81% -
XYZ 32.08 25.62 4.42 -
YUV 132.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 207 115 29 0 0.44 0.86 0.19 28.99 0.75 0.46
Hex CF 73 1D 0 2C 56 13 1D 4B 2E
Octal 317 163 35 0 54 126 23 35 113 56
Binary 11001111 1110011 11101 0 101100 1010110 10011 11101 1001011 101110

Color Harmonies of #CF731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF731D

Black with #CF731D

Text Example


Text Example

White with #CF731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF731D; }

 p { color: rgb(207,115,29); }

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

background-color css

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

 a { background-color: rgb(207,115,29); }

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

border-color css

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

 span { border-color: rgb(207,115,29); }

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