Html Css Color HEX #CF731A Ochre

📋 copy color: '#CF731A'

red 207 ◦ green 115 ◦ blue 26

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

Shades of Ochre #CF731A

Tints of Ochre #CF731A

RGB

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

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

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

R = 59.48%
G = 33.05%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF731A (or 0xCF731A) is known color: Ochre. HEX triplet: CF, 73 and 1A. RGB value is (207,115,26). Sum of RGB (Red+Green+Blue) = 207+115+26=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731A is #308CE5. Grayscale: #848484. Windows color (decimal): -3181798 or 1733583. OLE color: 1733583.

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

Color convert

RGB 207 115 26 -
CMYK 0 0.44 0.87 0.19
HSL 29.5º 0.78% 0.46% -
HSV(B) 29.5º 0.87% 0.81% -
XYZ 32.05 25.6 4.23 -
YUV 132.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 207 115 26 0 0.44 0.87 0.19 29.5 0.78 0.46
Hex CF 73 1A 0 2C 57 13 1E 4E 2E
Octal 317 163 32 0 54 127 23 36 116 56
Binary 11001111 1110011 11010 0 101100 1010111 10011 11110 1001110 101110

Color Harmonies of #CF731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF731A

Black with #CF731A

Text Example


Text Example

White with #CF731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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