Html Css Color HEX #CF731B Ochre

📋 copy color: '#CF731B'

red 207 ◦ green 115 ◦ blue 27

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

Shades of Ochre #CF731B

Tints of Ochre #CF731B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 59.31%
G = 32.95%
B = 7.74%

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

#CF731B (or 0xCF731B) is known color: Ochre. HEX triplet: CF, 73 and 1B. RGB value is (207,115,27). Sum of RGB (Red+Green+Blue) = 207+115+27=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731B is #308CE4. Grayscale: #848484. Windows color (decimal): -3181797 or 1799119. OLE color: 1799119.

HSL color Cylindrical-coordinate representation of color #CF731B: hue angle of 29.33º degrees, saturation: 0.77, 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 #CF731B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 27 -
CMYK 0 0.44 0.87 0.19
HSL 29.33º 0.77% 0.46% -
HSV(B) 29.33º 0.87% 0.81% -
XYZ 32.06 25.61 4.29 -
YUV 132.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 207 115 27 0 0.44 0.87 0.19 29.33 0.77 0.46
Hex CF 73 1B 0 2C 57 13 1D 4D 2E
Octal 317 163 33 0 54 127 23 35 115 56
Binary 11001111 1110011 11011 0 101100 1010111 10011 11101 1001101 101110

Color Harmonies of #CF731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF731B

Black with #CF731B

Text Example


Text Example

White with #CF731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF731B; }

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

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

background-color css

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

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

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

border-color css

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

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

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