Html Css Color HEX #CF841B Ochre

📋 copy color: '#CF841B'

red 207 ◦ green 132 ◦ blue 27

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

Shades of Ochre #CF841B

Tints of Ochre #CF841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 56.56%
G = 36.07%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF841B (or 0xCF841B) is known color: Ochre. HEX triplet: CF, 84 and 1B. RGB value is (207,132,27). Sum of RGB (Red+Green+Blue) = 207+132+27=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF841B is #307BE4. Grayscale: #8E8E8E. Windows color (decimal): -3177445 or 1803471. OLE color: 1803471.

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

Color convert

RGB 207 132 27 -
CMYK 0 0.36 0.87 0.19
HSL 35º 0.77% 0.46% -
HSV(B) 35º 0.87% 0.81% -
XYZ 34.18 29.85 5 -
YUV 142.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 207 132 27 0 0.36 0.87 0.19 35 0.77 0.46
Hex CF 84 1B 0 24 57 13 23 4D 2E
Octal 317 204 33 0 44 127 23 43 115 56
Binary 11001111 10000100 11011 0 100100 1010111 10011 100011 1001101 101110

Color Harmonies of #CF841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF841B

Black with #CF841B

Text Example


Text Example

White with #CF841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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