Html Css Color HEX #CF791D Ochre

📋 copy color: '#CF791D'

red 207 ◦ green 121 ◦ blue 29

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

Shades of Ochre #CF791D

Tints of Ochre #CF791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 57.98%
G = 33.89%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF791D (or 0xCF791D) is known color: Ochre. HEX triplet: CF, 79 and 1D. RGB value is (207,121,29). Sum of RGB (Red+Green+Blue) = 207+121+29=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF791D is #3086E2. Grayscale: #888888. Windows color (decimal): -3180259 or 1931727. OLE color: 1931727.

HSL color Cylindrical-coordinate representation of color #CF791D: hue angle of 31.01º 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 #CF791D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 29 -
CMYK 0 0.42 0.86 0.19
HSL 31.01º 0.75% 0.46% -
HSV(B) 31.01º 0.86% 0.81% -
XYZ 32.79 27.03 4.65 -
YUV 136.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 207 121 29 0 0.42 0.86 0.19 31.01 0.75 0.46
Hex CF 79 1D 0 2A 56 13 1F 4B 2E
Octal 317 171 35 0 52 126 23 37 113 56
Binary 11001111 1111001 11101 0 101010 1010110 10011 11111 1001011 101110

Color Harmonies of #CF791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF791D

Black with #CF791D

Text Example


Text Example

White with #CF791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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