Html Css Color HEX #C38017 Ochre

📋 copy color: '#C38017'

red 195 ◦ green 128 ◦ blue 23

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

Shades of Ochre #C38017

Tints of Ochre #C38017

RGB

 RED value IS 195 (76.56% from 255) = 56.36%

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 56.36%
G = 36.99%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38017 (or 0xC38017) is known color: Ochre. HEX triplet: C3, 80 and 17. RGB value is (195,128,23). Sum of RGB (Red+Green+Blue) = 195+128+23=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C38017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38017 is #3C7FE8. Grayscale: #888888. Windows color (decimal): -3964905 or 1540291. OLE color: 1540291.

HSL color Cylindrical-coordinate representation of color #C38017: hue angle of 36.63º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38017 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 23 -
CMYK 0 0.34 0.88 0.24
HSL 36.63º 0.79% 0.43% -
HSV(B) 36.63º 0.88% 0.76% -
XYZ 30.38 27.1 4.44 -
YUV 136.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 195 128 23 0 0.34 0.88 0.24 36.63 0.79 0.43
Hex C3 80 17 0 22 58 18 25 4F 2B
Octal 303 200 27 0 42 130 30 45 117 53
Binary 11000011 10000000 10111 0 100010 1011000 11000 100101 1001111 101011

Color Harmonies of #C38017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38017

Black with #C38017

Text Example


Text Example

White with #C38017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38017; }

 p { color: rgb(195,128,23); }

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

background-color css

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

 a { background-color: rgb(195,128,23); }

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

border-color css

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

 span { border-color: rgb(195,128,23); }

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