Html Css Color HEX #5F371E Carnaby Tan

📋 copy color: '#5F371E'

red 95 ◦ green 55 ◦ blue 30

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

Shades of Carnaby Tan #5F371E

Tints of Carnaby Tan #5F371E

RGB

 RED value IS 95 (37.5% from 255) = 52.78%

 GREEN value IS 55 (21.88% from 255) = 30.56%

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 52.78%
G = 30.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5F371E (or 0x5F371E) is known color: Carnaby Tan. HEX triplet: 5F, 37 and 1E. RGB value is (95,55,30). Sum of RGB (Red+Green+Blue) = 95+55+30=180 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.78% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 95 - color contains mainly: red. Hex color #5F371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F371E is #A0C8E1. Grayscale: #404040. Windows color (decimal): -10537186 or 1980255. OLE color: 1980255.

HSL color Cylindrical-coordinate representation of color #5F371E: hue angle of 23.08º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F371E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 55 30 -
CMYK 0 0.42 0.68 0.63
HSL 23.08º 0.52% 0.25% -
HSV(B) 23.08º 0.68% 0.37% -
XYZ 6.32 5.26 1.91 -
YUV 64.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 95 55 30 0 0.42 0.68 0.63 23.08 0.52 0.25
Hex 5F 37 1E 0 2A 44 3F 17 34 19
Octal 137 67 36 0 52 104 77 27 64 31
Binary 1011111 110111 11110 0 101010 1000100 111111 10111 110100 11001

Color Harmonies of #5F371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F371E

Black with #5F371E

Text Example


Text Example

White with #5F371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F371E; }

 p { color: rgb(95,55,30); }

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

background-color css

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

 a { background-color: rgb(95,55,30); }

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

border-color css

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

 span { border-color: rgb(95,55,30); }

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